Toolbar not showing

Last post 05-15-2006, 5:31 AM by SUperDave. 6 replies.
Sort Posts: Previous Next
  •  05-12-2006, 10:06 AM 19075

    Toolbar not showing

    Ive created a custom control from which i add the cute editor dynamically..  It builds fine but when i render it to the page it shows only the text area with no toolbar.. I know that when it renders the id changes because of asp.net.  but im not sure if this is the problem or not..
     
    what do i need to do to render/show  the toolbar in this situation
  •  05-12-2006, 4:00 PM 19092 in reply to 19075

    Re: Toolbar not showing

    SUperDave,
     
    Can you create a simple aspx example and send it to me?
     
     

    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

  •  05-15-2006, 12:47 AM 19131 in reply to 19092

    Re: Toolbar not showing

    I wish i could but it is in the context of sharepoint..
     
    But if you could help me find out why the toolbar might not be showing that would be the most helpful.
    here are some things that may cause it.
     
    Its in a webpart so the id's are changed when it is rendered to the page.
    Its in a custom control that is used by another custom control before rendered.
     
     
    At what point is the toolbar rendered.  can i check it somehow and render it if it is not rendered.
     
    Any information is useful. I am stuck.
     
    thanks in advance

    David
  •  05-15-2006, 12:58 AM 19132 in reply to 19131

    Re: Toolbar not showing

    i ran this code

    For Each oItem As CuteEditor.ToolControl In _advancededitor.ToolControls

        _advancededitor.Text += oItem.Name() 

    Next

    and i got
     
    Save Print preview Find ToFullPage FromFullPage CleanCode netspell Cut Copy Paste PasteText PasteWord Delete Undo Redo Break InsertParagraph InsertPageBreak InsertDate InsertTime InsertChars InsertEmotion UniversalKeyboard InsertLayer InsertFieldSet ImageGalleryByBrowsing InsertImage InsertFlash InsertMedia InsertDocument InsertTemplate Help TableDropDown InsertRowTop InsertRowBottom DeleteRow InsertColumnLeft InsertColumnRight DeleteColumn InsertCell DeleteCell EditRow EditCell MergeRight MergeBottom HorSplitCell VerSplitCell BlockDirLTR BlockDirRTL BoxFormatting InsertForm InsertTextBox InsertInputText InsertInputPassword InsertInputhidden InsertListBox InsertDropDown InsertRadioBox InsertCheckBox InsertInputImage InsertInputSubmit InsertInputReset InsertInputButton DocumentPropertyPage Bold Italic Underline JustifyLeft JustifyCenter JustifyRight JustifyFull JustifyNone RemoveFormat ForeColor BackColor InsertOrderedList InsertUnorderedList Indent Outdent Superscript Subscript StrikeThrough Ucase Lcase InsertHorizontalRule InsertLink Unlink InsertAnchor ImageMap AbsolutePosition BringForward BringBackward ToggleBorder SelectAll SelectNone CssClass CssStyle FormatBlock FontName FontSize LinkTree Codes Images Zoom insertcustombutonhere
     
    so they do exist.. just dont render
     
    the toolbarid is <div id="CE__ctl6__ctl1_632832732988075740_ID_ToolBar"> when rendered when it originally should be
    <div id="CE_632832732988075740_ID_ToolBar">..
     
    maybe this is the problem
  •  05-15-2006, 2:34 AM 19137 in reply to 19132

    Re: Toolbar not showing


    please advise
     
  •  05-15-2006, 3:17 AM 19139 in reply to 19137

    Re: Toolbar not showing

    view source
     
    <!-- CuteEditor _ctl6:_ctl1:_ctl4 Begin -->
    <input type=hidden name='_ctl6:_ctl1:_ctl4:ClientState' value=''/><input type=hidden name='_ctl6:_ctl1:_ctl4:PostBackHandler'/><link rel="stylesheet" href="/Skins/Default/Editors/AdvancedContentEditor/Themes/Custom/style.css.aspx?EditorID=CE__ctl6__ctl1__ctl4_ID" /><table id="CE__ctl6__ctl1__ctl4_ID" Width="762px" Height="320px" _IsCuteEditor="True" _ClientID="CE__ctl6__ctl1__ctl4_ID" _UniqueID="_ctl6:_ctl1:_ctl4" _FrameID="CE__ctl6__ctl1__ctl4_ID_Frame" _ToolBarID="CE__ctl6__ctl1__ctl4_ID_ToolBar" _HiddenID="_ctl6:_ctl1:_ctl4" _StateID="_ctl6:_ctl1:_ctl4:ClientState" _PostBackHandlerID="_ctl6:_ctl1:_ctl4:PostBackHandler" _TemplateUrl="/Skins/Default/Editors/AdvancedContentEditor/Template.aspx?Referrer=http%3a%2f%2fsedevraptor03%2fSkins%2fDefault%2fWizards%2fAddWizard%2fNewsItem%2fContent.aspx%3fpageID%3d45429%26wizardMode%3dAdd" ThemePath="/Skins/Default/Editors/AdvancedContentEditor/Themes/Custom/" ResourceDir="/Skins/Default/Editors/AdvancedContentEditor" Theme="Custom" ActiveTab="Edit" BreakElement="Div" ToggleBorder="True" ConvertHTMLTagstoLowercase="True" RemoveServerNamesFromUrl="True" AllowEditServerSideCode="False" EnableAntiSpamEmailEncoder="True" EnableBrowserContextMenu="True" FocusOnLoad="False" EnableContextMenu="True" EnableStripScriptTags="True" AllowPasteHtml="True" FullPage="False" EncodeHiddenValue="True" ShowCodeViewToolBar="True" UsePhysicalFormattingTags="False" EnableObjectResizing="True" MaintainAspectRatioWhenDraggingImage="True" UseRelativeLinks="True" EditorOnPaste="ConfirmWord" CodeViewTemplateItemList="Save,Print,Cut,Copy,Paste,Find,ToFullPage,FromFullPage,SelectAll,SelectNone" PostBackScript="__doPostBack('_ctl6$_ctl1$_ctl4$PostBackHandler','')" HelpUrl="/Skins/Default/Editors/AdvancedContentEditor/Help/default.htm" EnableContextMenuEditing="True" EnableContextMenuFormat="True" EnableContextMenuInsert="True" EnableContextMenuInsertAdvanced="True" EnableContextMenuInsertFiles="True" EnableContextMenuInsertForms="True" EnableContextMenuVerbs="True" EnableContextMenuTags="True" EnableContextMenuRelative="True" PrintFullWebPage="False" EditCompleteDocument="False" cellspacing="0" cellpadding="0" style="background-color:#F4F4F3;border-color:#DDDDDD;border-width:1px;border-style:Solid;height:320px;width:762px;BORDER-BOTTOM:#F4F4F3;BORDER-Top:#F4F4F3;BORDER-LEFT:#F4F4F3;BORDER-RIGHT:#F4F4F3;">
     <tr><td colspan='2' class='CuteEditorToolBarContainer' unselectable='on'><div id="CE__ctl6__ctl1__ctl4_ID_ToolBar">
     </div></td></tr><tr><td class='CuteEditorFrameContainer' colspan='2' height='100%'><iframe id="CE__ctl6__ctl1__ctl4_ID_Frame" src="/Skins/Default/Editors/AdvancedContentEditor/Template.aspx?Referrer=http%3a%2f%2fsedevraptor03%2fSkins%2fDefault%2fWizards%2fAddWizard%2fNewsItem%2fContent.aspx%3fpageID%3d45429%26wizardMode%3dAdd" FrameBorder="0" class="CuteEditorFrame" style="background-color:White;border-color:#DDDDDD;border-width:1px;border-style:Solid;height:100%;width:100%;">
     </iframe><textarea name="_ctl6:_ctl1:_ctl4" id="_ctl6:_ctl1:_ctl4" rows="14" cols="50" class="CuteEditorTextArea" style="DISPLAY: none; WIDTH: 100%; HEIGHT: 100%"> </textarea></td></tr><tr><td class='CuteEditorBottomBarContainer'><img Command="TabEdit" class="CuteEditorButton" src="/Skins/Default/Editors/AdvancedContentEditor/Themes/Custom/Images/design.gif" title="Normal" /><img Command="TabCode" class="CuteEditorButton" src="/Skins/Default/Editors/AdvancedContentEditor/Themes/Custom/Images/htmlview.gif" title="HTML" /><img Command="TabView" class="CuteEditorButton" src="/Skins/Default/Editors/AdvancedContentEditor/Themes/Custom/Images/preview.gif" title="Preview" /></td><td align='right'><img Command="SizePlus" class="CuteEditorButton" src="/Skins/Default/Editors/AdvancedContentEditor/Themes/Custom/Images/plus.gif" title="Enlarge the editing window" /><img Command="SizeMinus" class="CuteEditorButton" src="/Skins/Default/Editors/AdvancedContentEditor/Themes/Custom/Images/minus.gif" title="Decrease the editing window" /></td></tr>
    </table><script language=javascript>
     var CE__ctl6__ctl1__ctl4_IDSettingClass_Strings={ "_setting_":"a7cab236","security:flashgallerypath":"~/Skins/Default/Editors/AdvancedContentEditor/EmptyFolder","filespath":"/Skins/Default/Editors/AdvancedContentEditor","renderrichdropdown":"True","security:mediagallerypath":"~/Skins/Default/Editors/AdvancedContentEditor/EmptyFolder","autoconfigure":"Full","securitypolicyfile":"/Skins/Default/Editors/AdvancedContentEditor/Configuration/Security/default.config","culture":"sv","themetype":"Custom","configurationpath":"","_culture_":"sv","_cuteeditorresource_":"/Skins/Default/Editors/AdvancedContentEditor/","_cuteeditorversion_":"5.2.0.0","taglist":"Tags","style":"Style","verbs":"Verbs","image":"Image","document":"Document","flash":"Flash","media":"Media","imagebrowsing":"Browse Images","template":"Template","horrule":"Horizontal Line","linebreak":"Line Break","advanced":"Advanced","textbox":"TextBox","groupbox":"GroupBox","orderedlist":"Ordered List","unorderedlist":"Unordered List","select":"Select","tabledropdown":"Insert Table","deleterow":"Delete Rows","deletecolumn":"Delete Columns","insertcell":"Insert Cells","deletecell":"Delete Cells","mergecell":"Merge Cells","splitcell":"Split Cells","resetcells":"Reset Cells","tableproperties":"Properties","tableborder":"Table Border","tablerules":"Table Rules","insertrowtop":"Insert Row Above","insertrowbottom":"Insert Row Below","insertcolumnleft":"Insert Column to the Left","insertcolumnright":"Insert Column to the Right","mergeright":"Merge cells right","mergebottom":"Merge cells down","horsplitcell":"Split cells right","versplitcell":"Split cells down","typetexthere":"Type text here","autosizing":"Auto Sizing","rows":"Rows","columns":"Columns","tableattribute":"Table attributes","cellpadding":"Cell padding","cellspacing":"Cell spacing","rules":"Rules","collapseborder":"Collapse table border","draw table":"Draw Table","table wizard":"Table Wizard","table designer":"Table Designer","table layout":"Table layout","summary":"Summary","thead":"Thead","tfoot":"Tfoot","tr":"TR","td":"TD","changetoth":"Change to header cell","changetotd":"Change to table cell","editrow":"Row Properties","editcell":"Cell Properties","normal":"Normal","menulist":"Menu List","heading 1":"Heading 1","heading 2":"Heading 2","heading 3":"Heading 3","heading 4":"Heading 4","heading 5":"Heading 5","heading 6":"Heading 6","address":"Address","formatted":"Formatted","definition term":"Definition Term","save":"Save","new":"New","print":"Print","cut":"Cut","copy":"Copy","paste":"Paste","pastetext":"Paste plain text","pasteword":"Paste From word","delete":"Delete","undo":"Undo","redo":"Redo","selectall":"Select All","toggleborder":"Visible Borders","absoluteposition":"Position Absolutely","inserthorizontalrule":"Insert Horizontal Line","insertlink":"Insert Hyperlink","link":"Link","insertanchor":"Insert Anchor","unlink":"Remove Link","insertdocument":"Downloadable Files","insertchars":"Special characters","chars":"Symbols","insertemotion":"Insert Emotions","inserttext":"Insert, edit, or reposition text regions","insertimage":"Insert Image","imagegallerybybrowsing":"Insert Image","insertflash":"Insert Flash","insertmedia":"Insert Media","bringforward":"Bring Forward","bringbackward":"Send Backward","bold":"Bold","italic":"Italic","underline":"Underline","justifyleft":"Left Justify","justifycenter":"Center","justifyright":"Right Justify","forecolor":"Font Color","setforecolor":"Set Font Color","backcolor":"HighLight","setbackcolor":"Set Highlight","automatic":"Automatic","morecolors":"More Colors...","insertorderedlist":"Insert Numbered List","insertunorderedlist":"Insert Unordered List","indent":"Indent Text","outdent":"Outdent Text","subscript":"Subscript Text","superscript":"Superscript Text","strikethrough":"Strikethrough Text","removeformat":"Remove Format","cleancode":"Clean Up HTML","selectnone":"Select None","justifynone":"Justify None","justifyfull":"Justify Full","insertdate":"Insert today's date","inserttime":"Insert the current time","help":"Help","paragraph":"Paragraph","insertparagraph":"Insert Paragraph","fontname":"Font","fontsize":"Size","zoom":"Zoom","cssclass":"Css Class","cssstyle":"Inline style","links":"Links","codes":"Code Snippet","tofullpage":"Fit to Window","fromfullpage":"Restore down","imagesdropdown":"Images","documentpropertypage":"Page Properties","html":"HTML","preview":"Preview","enlarge":"Enlarge the editing window","decrease":"Decrease the editing window","insertform":"Form","insertinputtext":"Textbox","inserttextbox":"Text Area","insertlistbox":"ListBox","insertdropdown":"Drop Down Textbox","insertradiobox":"Radio Button","insertcheckbox":"Checkbox","insertinputimage":"Image Button","insertinputsubmit":"Submit Button","insertinputreset":"Reset Button","insertinputpassword":"Password Field","insertinputhidden":"Hidden","insertinputbutton":"Button","input":"Input","general":"General","value":"Value","src":"Src","gridlayoutpanel":"Grid Layout Panel","ucase":"Upper case","lcase":"Lower case","break":"Break","update":"Update","items":"Items","stylebuilder":"Style Builder","capitalization":"Capitalization","uppercase":"UPPER CASE","lowercase":"lowercase","initialcap":"Initial Cap","systemfont":"System font","caption":"Caption","icon":"Icon labels","menu":"Menu text","smallcaption":"Small caption","statusbar":"Status bar","messagebox":"Messagebox","fontfamily":"Font Family","decoration":"Decoration","overline":"Overline","or":" or ","letters":"Letters","textflow":"Text flow","indentation":"Indentation","textdirection":"Text direction","ltr":"Left to right","rtl":"Right to left","writingmode":"Writing mode","lr-tb":"horizontal text ","tb-rl":"vertical text","text-align":"Text-align","justification":"Justification","backgroundimage":"Background image","tiling":"Tiling","tilingboth":"Tile in both direction","tilingorizontal":"Tile in horizontal direction","tilingvertical":"Tile in vertical direction","notiling":"Do not tile","scrolling":"Scrolling","scrollingbackground":"Scrolling background","scrollingfixed":"Fixed background","position":"Position","margin":"Margin","padding":"Padding","medium":"Medium","low":"Low","high":"High","thin":"Thin","thick":"Thick","absolute":"Absolute","relative":"Relative","block":"block","clipping":"Clipping","misc":"Misc","overflow":"Overflow","overflowauto":"Use scrollbars if needed","overflowscroll":"Always Use scrollbars","overflowvisible":"Contet is not clipped","overflowhidden":"Contet is clipped","printingbefore":"Page-break-before","printingafter":"Page-break-after","auto":"Auto","always":"Always","default":"Default","move":"Move","areyousuretodiscardchanges":"Your changes will be discarded.","none":"None","checked":"Checked","codeeditor":"View/Edit Source","id":"ID","listbox":"ListBox","imagemap":"Add image map","selecttocreateimagemap":"Please select an image to create an image map","addlinktoimagemap":"Add a hyperlink to this hot spot","addhotspot":"Add hot spots","universalkeyboard":"Universal Keyboard","insertpagebreak":"Insert Print Page Break","blockdirltr":"Direction left to right","blockdirrtl":"Direction right to left","shade":"Shade","usectrl_c":"Use Ctrl+C","usectrl_v":"Use Ctrl+V","usectrl_x":"Use Ctrl+X","useapple_c":"Use Apple+C","useapple_v":"Use Apple+V","useapple_x":"Use Apple+X","finishedsearch":"Cute Editor has finished searching the document.","insertlayer":"Insert Layer","boxformatting":"Box Formatting","newtemplate":"Make Template","pleaseselectregion":"Please select a region","templatecreatedsuccessfully":"Template created successfully!","filewithnameexist":"A file with a name same as the target already exists!","keeplinebreaks":"Keep linebreaks","usectrl_vtopaste":"Use CTRL+V on your keyboard to paste the text into the window.","cleanupbox":"Clean Up Box","action":"Action","method":"Method","validnumber":"Please enter a valid number.","validname":"Please enter a valid name.","validid":"IDs can contain only letters and numbers, and must not contain spaces.","validcolor":"Please enter a correct color value.","notaailableinsafari":"This feature is not available in Safari.","selectimagetoinsert":"Please choose an image to insert","createddate":"Date Created","modifieddate":"Date Modified","next":"Next","prev":"Prev","total":"Total","images":"Images","name":"Name","notset":"Not Set","center":"Center","attributes":"Attributes","newwindow":"New window","parentwindow":"Parent window","samewindow":"Same window","topmostwindow":"Topmost window","bordercolorlight":"Border color light","bordercolordark":"Border color dark","autostart":"AutoStart","showcontrols":"ShowControls","showstatusbar":"ShowStatusBar","edit":"Edit","rename":"Rename","formatting":"Formatting","table":"Table","inserttable":"Table","justify":"Justify","font":"Font","text":"Text","background":"Background","border":"Border","borders":"Borders","list":"List","other":"Other","cursor":"Cursor","filter":"Filter","demo":"Demo","demotext":"Sample Text","color":"Color","url":"Url","display":"Display","float":"Float","floatleft":"Left","floatright":"Right","floatnone":"None","clear":"Clear","clearleft":"Left","clearright":"Right","clearnone":"None","clearboth":"Both","cancel":"Cancel","properties":"Properties","width":"Width","height":"Height","transparency":"Transparency","quality":"Quality","upload":"Upload","insert":"Insert","layout":"Layout","alignment":"Alignment","border_thickness":"Border Thickness","border_color":"Border Color","spacing":"Spacing","horizontal":"Horizontal","vertical":"Vertical","alternate":"Alternative text","longdesc":"Long description","hyperlink_information":"Hyperlink Information","title":"Title","target":"Target","link_color":"Link Color","pixels":"Pixels","percent":"Percent","left":"Left","right":"Right","texttop":"Texttop","absmiddle":"Absmiddle","baseline":"Baseline","absbottom":"Absbottom","bottom":"Bottom","middle":"Middle","top":"Top","bordersize":"Border size","backgroundcolor":"Background color","bordercolor":"Border color","ok":"OK","inserttemplate":"Insert Templates","description":"Description","keywords":"Keywords","htmlbase":"Base location","type":"Type","size":"Size","all":"All","send":"Send","netspell":"Spell Check","uploadresult":"This was stored as file","uploadsuccessfully":"File uploaded successfully!","fileformatnotsupported":"Cannot upload the file. The File format is not supported.","nopermission":"Forbidden. You don't have permission to access this function.","unablerename":"Unable to rename this item.","unablecreatefolder":"Unable to create the folder.","unablecopyfile":"Unable to copy files.","unablemovefile":"Unable to move files.","unabledeletefile":"Unable to delete files.","unableuploadfile":"Unable to upload file.","specifynewfoldername":"Please specify the new folder name.","specifynewfilename":"Please specify the new file name.","areyousuredelete":"Do you want to delete the selected folder(s) and/or file(s)?","deletefiles":"Delete the selected files/directories","copymoveto":"Type the relative destination path:","createdirectory":"Create a new directory","copyfiles":"Copy the selected files/directories","movefiles":"Move the selected files/directories","refresh":"Refresh","zoomin":"Zoom In","zoomout":"Zoom Out","bestfit":"Best Fit","actualsize":"Actual Size","common":"General","browse":"Browse..","count":"Count","find":"Find and Replace","find what":"Find what","replace with":"Replace with","match case":"Match case","match whole word":"Match whole word only","find next":"Find Next","replace":"Replace","replace all":"Replace All","insertfieldset":"Insert groupbox","onlywebcolor":"Only web colors","editinnewwindow":"Edit In New Window","edithtml":"Edit HTML","outereditor":"Outer Editor","finish":"Finish","removenode":"Delete Tag","deletenode":"Delete All","itisslowthatswitchtocode":"You are loading a big page which will cause Internet Explorer to run slowly when switching to the HTML view.","removewordtags":"Do you want to clean the code before pasting from Word?","removehtmltags":"Remove all HTML tags","removewordmarkup":"Remove all word specific markup","cleanupcss":"Clean up cascading style sheets","cleanupfont":"Clean up &lt;Font&gt; tags","cleanupspan":"Clean up &lt;Span&gt; tags","topmargin":"Top Margin","bottommargin":"Bottom Margin","leftmargin":"Left Margin","rightmargin":"Right Margin","marginwidth":"Margin Width","marginheight":"Margin Height","pagelanguage":"Page Language","htmlencoding":"HTML Encoding","boldimage":"bold.gif","previewimage":"preview.gif","designimage":"design.gif","htmlimage":"htmlview.gif","underimage":"under.gif","imageeditor":"Online image editor","selectimagetoedit":"Please choose an image to edit","invalidfilename":"A filename cannot contain any of the following characters","selectfile":"Please select a file","newgraphic":"New Graphic","rotate":"Rotate","resizeto":"Resize to","angle":"Angle","saveas":"Save as","crop":"Crop","resize":"Resize","rotateleft90":"Rotate Left 90","rotateright90":"Rotate Right 90","filphorizontal":"flip horizontally","filpvertical":"flip vertically","reload":"Reload","drawline":"Draw a line","pen":"Pen","erase":"Erase","drawrectangle":"Draw a rectangle","drawellipse":"Draw an ellipse","drawtransparentrectangle":"Draw a transparent rectangle","drawtransparentellipse":"Draw a transparent ellipse","under":"Underline","drag-and-drop":"Drag and drop image onto panel","accesskey":"Access Key","tabindex":"Tab Index","selectanchor":"Select a named anchor in the current page","encodingtype":"Encoding Type","disabled":"Disabled","readonly":"Readonly","maxlength":"Max Length","wrap":"Wrap","allowmultipleselections":"Allow Multiple Selections","moveup":"Move Up","movedown":"Move Down","foldernamenotsupported":"Folder name not supported!  Please keep the folder name one word with no spaces or special characters. ","filenamenotsupported":"File name not supported!  Please keep the file name one word with no spaces or special characters. ","reducemessage":"Please reduce the message length to continue.","alert_maxtextlength":"The text to be added has reached the character limit for this field:","alert_maxhtmllength":"The HTML Code to be added has reached the character limit for this field:","loop":"Loop","autoplay":"Autoplay","scale":"Scale","noborder":"No border","exactfit":"Exact fit","folderwithnameexist":"A folder with a name same as the target already exists!","autothumbnail":"Auto Thumbnail","selectimagetothumbnail":"Please choose an image to generate a thumbnail","thumbnailsuccessfully":"Thumbnail was created successfully!","imagetoosmall":"Image too small for thumbnail!","selectfiledialogoption":"status:0;help:0;resizable:0;dialogWidth:560px;dialogHeight:550px;" }; function CE__ctl6__ctl1__ctl4_IDSettingClass() { } CE__ctl6__ctl1__ctl4_IDSettingClass.prototype.GetSettingHash=function() {  return 'a7cab236'; };  CE__ctl6__ctl1__ctl4_IDSettingClass.prototype.GetSettingHash=function() {  return 'a7cab236'; };  CE__ctl6__ctl1__ctl4_IDSettingClass.prototype.GetCulture=function() {  return 'sv'; }; CE__ctl6__ctl1__ctl4_IDSettingClass.prototype.GetResourcePath=function() {  return '/Skins/Default/Editors/AdvancedContentEditor/'; };  CE__ctl6__ctl1__ctl4_IDSettingClass.prototype.GetDNNArg=function() {  var temp = '{DNN_Arg}';  return (temp.indexOf('=')==-1? '':'&{DNN_Arg}'); };  CE__ctl6__ctl1__ctl4_IDSettingClass.prototype.GetString=function(name) {  if(name==null)return null;  var val=CE__ctl6__ctl1__ctl4_IDSettingClass_Strings[name.toLowerCase()];  if(val)   return val;  return '('+name+')'; }; 
    new CuteEditorClientClass('CE__ctl6__ctl1__ctl4_ID',new CE__ctl6__ctl1__ctl4_IDSettingClass());
    </script>

     <!-- CuteEditor _ctl6:_ctl1:_ctl4 End -->
  •  05-15-2006, 5:31 AM 19142 in reply to 19139

    Re: Toolbar not showing

    alright.. looks like it was a property within my webpart that made it so that the toolbar did not show.. dont know why cause it had no relation to the cute editor.. but i got it working.
     
     
View as RSS news feed in XML