| width |
width of the editor on the page |
| height |
height of the editor on the page |
| field |
fieldname of the editor in the form |
| form |
name of the form tGedit is being used in |
| imgpath |
path to tgedits image directory |
| complete |
set to true to include page html headers/footers.
Defaults to false |
| edithtml |
set to true to open editor in HTML edit mode. Defaults
to false (WYSIWYG mode) |
| baseurl |
url of the directory where tgedit is being used.
Must include trailing '/'. We've shown a hardcoded address here but
typically a CF variable or function would be used. |
| editor |
name of the editor. |
| html |
initial contents of page. Here set to 'hello world'
to demonstrate, but typically a Cold Fusion variable would be used
to edit an existing page. |
| initiallocation |
This tag allows you to specify a different initial
source folder for images from the folder where tGedit is located.
Useful when setting up administration areas for websites. |
| absimgURL |
If present images are processed as absolute URL rather
than as relative links. |
| multipleinstance |
This tag is required if placing a second or subsequent
copy of tGedit into a form, when it should be set to true. tGedit
configures itself to reuse most internal routines and the download
size of the second instance is reduced by over 70%. |
| fontlist |
List of available fonts in dropdown box. Default
"Arial, Tahoma, Courier New, Times New Roman, Verdana, Wingdings"
|
| fontsize |
List of available font sizes in dropdown box. Default
"1,2,3,4,5,6,7" |
| formatlist |
List of available formats and decodes - may use stylesheet
attributes, for examples "Normal,normal,Heading 1,h1,Question,p
class=question,Answer,p class=answer" would list 4 formats -
Normal, Heading 1, Question and Answer - where Question and Answer
are defined in you stylesheet. Note no spaces between commas in list. |
| defaultbgcolor |
Default background color (e.g. ##FF0000 - note use
of two # symbols) |
| defaultfontcolor |
Default font color (e.g. ##0000FF - note use of two
# symbols) |
| defaultfontname |
Default font name |
| defaultfontsize |
Default font size |
| removetbody |
Defaults to false. If set to true all tbody elements
are removed when source is submitted |
| stylesheet |
Relative link to stylesheet to be used for editor
display |
| initializetimer |
Initial timer delay. Default 250 ms. May be increased
for old (early pentium) clients |
| allowdeleteimage |
Toggles whether to allow user to delete images in
the image manager |
| allowuploadimage |
Toggles whether to allow user to upload images in
the image manager |
| shownew |
Toggles whether to display the New button |
| showedits |
Toggles whether to display the edit buttons (cut,
copy, paste) |
| showundo |
Toggles whether to display the undo and redo buttons |
| showtables |
Toggles whether to display the table editing buttons
(table manager plus associated buttons) |
| showbackground |
Toggles whether to display the background color button |
| showimages |
Toggles whether to display the image manager button |
| showlinks |
Toggles whether to display the link manager button |
| showfonts |
Toggles whether to display the font type and size
dropdown lists |
| showtextstyle |
Toggles whether to display the font style buttons
(bold, italic, underline) |
| showfontcolors |
Toggles whether to display the font color buttons
(font and background colors) |
| showpara |
Toggles whether to display the paragraph style (align
left, centre, right) |
| showlists |
Toggles whether to display the list buttons (unordered
list, ordered list, indent, outdent) |
| showtogglesource |
Toggles whether to display the edit source toggle
button |
| showtoggleborders |
Toggles whether to display the show table borders
toggle button |
| showtoggledetails |
Toggles whether to display the show details toggle
button |
| showfeedback |
Toggles whether to display the feedback text (loading,
editing source etc.) |
| showcodeclean |
Toggles whether to display the code cleaner tool |
| showspecial |
Toggles whether to display the special characters
combo |
| showgeologo |
Toggles whether to display the show geomantics link
button |
| fullpagein |
Toggle to tell editor if you are sending it a full
page for editing (i.e. including <HEAD> etc elements. |
| openersource |
Pointer to element ID on calling page containing
HTML to be edited. Using this parameter the normal <FORM> submit
method for saving text can be overwritten and edited HTML taken from
and placed directly back into a paragraph, table, textarea or other
element. |
| toolbarcolor |
Color used for toolbar. Default silver. |
| infobarcolor |
Color used for infobar. Default silver |
| editorborder |
Width of editor border. Default 1. |
| editorborderstyle |
Editor border style. Default 'All' |
| editorbordercolor |
Editor border color. Default silver. |
| editorbgcolor |
Editor background color. Default silver. |