Problem with Minimal Configuration.asp file

Last post 01-04-2006, 2:44 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  01-04-2006, 12:11 PM 14405

    Problem with Minimal Configuration.asp file

    Hi In the MinimalConfiguration.asp file Ive tried to customize the toolbar by modifying the code as follows:

    'editor.AutoConfigure = "Minimal"
    'editor.Template= "Bold,Italic,Underline"
    editor.Template="G_Start,Separator,JustifyLeft,JustifyCenter,JustifyRight,Separator,FontColor,SetFontColor,HighLight,SetHighLight,G_End"


    (Please note the top two lines are commented out) However instead of the toolbar displaying the options i have specifed it shpws only  JustifyLeft,JustifyCenter,JustifyRight.

    I have uploaded it to http://www.flashmatics.co.uk/cutesoft/MinimalConfiguration.asp so that you can have a look!

    What am i doing worng?

    Thanks
  •  01-04-2006, 2:44 PM 14425 in reply to 14405

    Re: Problem with Minimal Configuration.asp file

    zain,
     
    Which version of CuteEditor are you using?
     
    If you are using the version 4.0, please check the following reference:

    Menu/Button Function Description Template Item
    Save saves the active content in the editor's content area Save
     Print prints the current page. Print
     Find and replace find and replace the text in the editor's content area Find
     Full-Screen edit in full screen mode, maximizing your available space. ToFullPage
    FromFullPage
     Code Cleaner clean up all "garbage" HTML-tags CleanCode
     Spell launch the spell checker netspell
     Cut performs normal function of cutting. Cut
     Copy copy the current selection and store it in the clipboard. Copy
     Paste insert content from the clipboard into the editor at the selected position. Paste
     Paste Plain Text paste the plain text (no formatting) into the editor. PasteText
     Paste from word paste the content copied form the microsoft word and remove the web-unfriendly tags PasteWord
     Delete delete the current selection. Delete
     Undo undo the last operation in the editor. Undo
     Redo redo the last operation in the editor. Redo
     Break insert the line break. Break
     Insert the current date Insert the current date. The date format used is the date format configured on the client’s machine. InsertDate
     Insert the current time Insert the current time. The time format used is the time format configured on the client’s machine. InsertTime
     Visible Borders make table borders visible, which can make editing easier. ToggleBorder
     Special Chars insert a special character from a predefined list. InsertChars
     Insert Emotion insert an emotion image at the selected position in the editor. InsertEmotion
     Text Frame allows you to insert, edit, or reposition text regions. InsertText
     GroupBox allows you to a group box (FieldSet) at the selected position in the editor InsertFieldSet
     Insert Image insert a local image from the image gallery folder; thumbnail images are dynamically created; Supports upload new images. ImageGalleryByBrowsing
     Insert Image insert an image at the selected position in the editor and let you set its properties. InsertImage
     Insert Flash insert a flash animation at the selected position and let you set its properties. InsertFlash
     Insert Media insert a windows media object at the selected position and let you set its properties. InsertMedia
     Insert Document insert a link to a document on the server (PDF,DOC, ZIP,etc.) at the selected position InsertDocument
     Insert Template Load the predefined templates on the current selection. InsertTemplate
     Insert Table insert a table into your web page. InsertTable
     Insert Rows insert a row above the selected row. InsertRowTop
     Insert Row Below insert a row below the selected row. InsertRowBottom
     Delete Rows delete the selected row. DeleteRow
     Insert Column to the Left insert a column to the left of the selected cell. InsertColumnLeft
     Insert Column to the Right insert a column to the right of the selected cell. InsertColumnRight
     Delete columns delete the selected column. DeleteColumn
     Insert cells insert cells into the selected row. InsertCell
     Delete cells delete the selected cell. DeleteCell
     Row properties edit row properties EditRow
     Cell properties edit cell properties EditCell
     Merge right merge the current cell with the one to its right. MergeRight
     Merge below merge the current cell with the one below it. MergeBottom
     Horizontal split split a cell into columns HorSplitCell
     Vertical split Split a cell into rows VerSplitCell
     Form insert a form at the selected position Form
     TextArea insert a textarea at the selected position InsertTextBox
     Input Text Box insert a input text box at the selected position InsertInputText
     Password field insert a password field at the selected position InsertInputPassword
     Hidden field insert a hidden field at the selected position InsertInputhidden
     ListBox insert a list box at the selected position InsertListBox
     Dropdown Box insert a dropdown box at the selected position InsertDropDown
     Radio Button insert a radio button at the selected position InsertRadioBox
     Checkbox insert a checkbox at the selected position InsertCheckBox
     Image Button insert an image button at the selected position InsertInputImage
     Submit Button insert a submit button at the selected position InsertInputSubmit
     Reset Button insert a reset button at the selected position InsertInputReset
     Input Button insert a input button at the selected position InsertInputButton
     Bold bold the selected text. Bold
     Italicize italicize the selected text. Italic
     Underline underline the selected text. Underline
     Left Justify align the selected content to the left. JustifyLeft
     Center center the selected content. JustifyCenter
     Right Justify align the selected content to the right JustifyRight
      Justify None Justify Full JustifyFull
      Justify None Justify None JustifyNone
     Remove Format remove format of the selected text. RemoveFormat
     Font Color change color of the selected text ForeColor
     Highlight highlight the selected text BackColor
     Ordered List insert an ordered list. InsertOrderedList
     Unordered List Insert an unordered list. InsertUnorderedList
     Indent indent the selected content. Indent
     Outdent outdent the selected content. Outdent
     Subscript change the selected text to subscript. Subscript
     Superscript change the selected text to superscript. Superscript
     Strike Through strike through the selected text Strikethrough
     Upper Case convert the selected text to upper case Ucase
     Lower Case convert the selected text to lower case Lcase
     Insert Rule insert a horizontal rule at the selected position in the editor. InsertHorizontalRule
     Insert Link add a link to the text on your page. InsertLink
     Remove Link remove the hyperlink from the selected content. Unlink
     Insert Anchor add an anchor to the text on your page. InsertAnchor
     Select All select all content. SelectAll
      Select None select none. SelectNone
     Absolute Position fly text, pictures, tables... any element anywhere you want. AbsolutePosition
     Bring Forward bring an item one position forward at a time.  BringForward
     Send Backward send an item one position back at a time.  BringBackward
     Toggle Border toggle the visibility of borders ToggleBorder
     Page Properties allow you modify the page properties DocumentPropertyPage
      Help Returns a help Toolbar Button. The help page URL is set by the HelpUrl Property. Help
      class drop-down changes the CSS class of the selected text CssClass
    inline style drop-down changes the CSS style of the selected text CssStyle
    paragraph drop-down changes the paragraph style of the selected text. FormatBlock
    font drop-down set the font face. If a selection is active, the font will be applied to it. FontName
    size drop down set the font size. If a selection is active, the font will be applied to it. FontSize
    insert predefined links on the current selection. Links
     insert predefined HTML code snippets on the current selection. Codes
        insert predefined images on the current selection. Images
       Zoom dropdown Zoom

     


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML