D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
htdocs
/
spaw
/
js
/
common
/
Filename :
editorpage.js
back
Copy
// Page class function SpawEditorPage(name, caption, direction) { this.name = name; this.caption = caption; if (direction != null) this.direction = direction; else this.direction = "ltr"; } SpawEditorPage.prototype.name; SpawEditorPage.prototype.caption; SpawEditorPage.prototype.direction; SpawEditorPage.prototype.value; SpawEditorPage.prototype.is_initialized = false; SpawEditorPage.prototype.document; // editing mode (design or html) SpawEditorPage.prototype.editing_mode = "design"; // current editing mode toolbar item SpawEditorPage.prototype.editing_mode_tbi;