| Recommend this page to a friend! |
| Info | Demos | Screenshots | Reputation | Support forum | Blog | Links |
| Ratings | Unique User Downloads | Download Rankings | ||||
| Not enough user ratings | Total: 211 | All time: 235 This week: 3 | ||||
| Version | License | JavaScript version | Categories | |||
| web-dev-editor 1.0.186 | MIT/X Consortium ... | 3 | HTML, Content management, Files and F... |
| Description | Author | |||
This package implements a Web based editor for several programming languages. Innovation Award
|
Web Dev Editor / [WDE] / is a Developer text editor for a PHP based web server.
Each user can be assigned:
[WDE] - Online Demo [Video] - Short Video demo
<img src = "capture.jpg" width="640" height="360"/>
2.0.0 beta
1.4.0 beta
1.3.0 beta
1.2.0 beta
2015-04-10
1.0.0 beta
<?php
class Users
{
// user_password: password_hash('user_password', PASSWORD_DEFAULT);
private $users = array(
'user_name' => array(
'password' => 'user_password',
'path' => 'path to the allowed folder',
'SQL' => array(
'conn' => 'mysql:host=YOUR_HOST;dbname=YOUR_DBNAME;charset=utf8',
// 'conn' => 'sqlsrv:Server=YOUR_SERVERNAME;Database=YOUR_DBNAME',
'user' => 'DB_USER',
'pass' => 'DB_USER_PASSWORD'
)
)
// More users ->
);
?>
/key configurations (LEFT ALT)/
var keys = (function() {
return {
MODIFIER_KEY_ALLOW: 'altKey',
MODIFIER_KEY_DENY: 'ctrlKey',
COPY_FILE: 'C'.charCodeAt(0),
PASTE_FILE: 'V'.charCodeAt(0),
SAVE_FILE: 'S'.charCodeAt(0),
TOGGLE_BROWSE_DIALOG: 'O'.charCodeAt(0),
NEXT_TAB: 'D'.charCodeAt(0),
PREV_TAB: 'A'.charCodeAt(0),
CLOSE_TAB: 'Q'.charCodeAt(0),
ADD_NEW_TAB: 'N'.charCodeAt(0),
TOGGLE_HELP_WINDOW: 'H'.charCodeAt(0),
EXECUTE_SQL: 'R'.charCodeAt(0)
};
})();
/Execute Editor/
WDE.Init('ace-theme', 'path to the allowed folder');
http://atandrastoth.co.uk/
2015-04-01 [Video]:http://atandrastoth.co.uk/main/pages/plugins/webeditor/ [WDE]:http://editor.atandrastoth.co.uk/ [ACE]:http://ace.c9.io/
| Screenshots (3) | ||
| File | Role | Description | ||
|---|---|---|---|---|
| Icon | Icon image | |||
| Data | Auxiliary data | |||
| Data | Auxiliary data | |||
| Doc. | missing files | |||
| Data | Auxiliary data | |||
| Data | Auxiliary data | |||
| / | css |
| File | Role | Description | ||
|---|---|---|---|---|
| |
Data | Auxiliary data | ||
| |
Data | Auxiliary data | ||
| |
Data | Auxiliary data | ||
| |
Data | Auxiliary data | ||
| / | css | / | icons |
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 90% |
|
|
| Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.