* NEW * Highlight-Hotkeys, Return/Shift+Return, Security Uploads (R6.0) * NEW *
Very easy integration:
You need to add below lines at bottom of your HTML-Pages (e.g. direct before </BODY> or between </BODY> and </HTML> or after </HTML>) . That's all. Then you can input HTML-Codes (or something else) fast and correctly into any text-input element (input text, textarea). By Textarea can user format their Text visually.
UPLOAD-feature needs also editing the file "upload.html" (see there).
If you don't like default configuation, you can modify it with 3 methods.
Once for whole site: Change global Variables, which you need, in file QUICKBUILD.JS.
Flexible for a specific page: Set global Variales, which you need, after the varialbes QBPATH of the over 1st line. e.g: <script>QBPATH='http://....../jscript'; VISUAL=0; SECURE=0; USEFORM=1;</script>
Combine between both showed methods.
LIST OF GLOBAL VARIABLES
Default
Posible Values
Description
QBPATH='.'
'http://....../jscript'
Where is quickbuild.js on web-server ?
SECURE=1;
0,1;
all tags <script>, <meta>, on-events.... turn to normal text.
VISUAL=1;
0,1,2,3,4,..
see under
POPWIN=1;
1,0
Enable Right-click Popup dialog
DFFACE='';
'times new roman';
Default fontFamily of Editor
DFSIZE='';
'14px';
Default fontSize
DCOLOR='';
'blue';
Default color
DBGCOL='';
'green';
Default backgroundColor
DBGIMG='';
Default URL-backgroundImage
DCSS='';
'test.css';
Default External Stylesheet-URL
SYMBOLE='<QBFBR>' ;
Symbole for end-of-field in clipboard-chipcard.
USETABLE=1;
0,1
Support table editor
USEFORM=0;
0,1
Support inputing forms and their elements
RETURNNL=1;
0,1
1=Newline by pressing RETURN-Button and New paragraph by SHIFT+RETURN
FULLCTRL=0;
0,1
0=fast loading; 1=display all control buttons
VISUAL=0 : Textarea turn to Editor after confirmation VISUAL=1 : all Textareas turn to Editors VISUAL=2 : spezific textareas turn to Editors VISUAL=3 : all Iframes turn to Editors VISUAL=4 : spezific Iframes turn to Editors VISUAL=other : no Visual-Editor
If you want to turn on only one specific textarea, then :