When an editor is added to a page, TWO editors appear.

Last post 12-07-2005, 10:56 PM by Nimendra. 3 replies.
Sort Posts: Previous Next
  •  12-04-2005, 6:49 PM 13355

    When an editor is added to a page, TWO editors appear.

    I recently downloaded the latest version of the cuteeditor (because we were using a previous version for some time, and thought that the new editor has better functionality) , and after adding the reference to the new dll, I started seeing two ditors, one below the other every time i add ONE editor to a page.
    I tried adding an editr to a fresh project, and didnt get this behaviour.
    P.S The unwanted second editor's buttons are not functional.
     
  •  12-05-2005, 1:59 PM 13391 in reply to 13355

    Re: When an editor is added to a page, TWO editors appear.

    Nimendra,

    >>after adding the reference to the new dll, I started seeing two ditors, one below the other every time i add ONE editor to a page.

    >>I tried adding an editr to a fresh project, and didnt get this behaviour. 
     
    Have you updated all the CuteEditor client files when upgrading? Can you paste the code of your aspx page?




     

    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

  •  12-05-2005, 5:16 PM 13425 in reply to 13391

    Re: When an editor is added to a page, TWO editors appear.

    The code of my ASPX follows.
    However, I added a new project, and re-added all my ASPX pages to the new project and the two-editor problem disappeared. And yes, I removed all the previous cute editor client files and dll files etc. Thanks.
     
    <%@ Page language="c#" Codebehind="am_AddText.aspx.cs" AutoEventWireup="false" Inherits="evis.CMSUIL.admin.maint.am_AddText1" %>
    <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
    <HTML>
          <HEAD></HEAD>
          <body>
                <form runat="server" ID="Form1" target="AddTextWindow" >
                      <table border="0" cellpadding="0" cellspacing="0">
                            <tr>
                                  <td valign="top" width="760"><STRONG>CMS</STRONG>
                                        <hr>
                                        ECV - CMS New CuteEditor Test
                                        <br>
                                        <br>
                                        <CE:Editor id="Editor1" Height="200" runat="server" TemplateItemList="Bold,Italic,Underline,JustifyLeft,JustifyCenter,JustifyRight,InsertUnorderedList,Separator,Indent, Outdent, insertcustombutonhere, netspell, Separator, paste, CssClass,InsertAnchor"></CE:Editor>
                                  </td>
                            <tr>
                                  <td id="tdComplete">
                                        <asp:Label id="lblComplete" runat="server"></asp:Label></td>
                            </tr>
                            <tr>
                                  <td>
                                        <asp:ImageButton id="ibtnSubmit" runat="server"></asp:ImageButton></td>
                            </tr>
                      </table>
                </form>       </body>
    </HTML>
  •  12-07-2005, 10:56 PM 13554 in reply to 13391

    Re: When an editor is added to a page, TWO editors appear.

    You will notice that the generater HTML contains a repetition of the exact code for rendering ONE editor.

    <!-- CuteEditor Editor1 Begin -->
    <input type=hidden name='Editor1:ClientState' value=''/><input type=hidden name='Editor1:PostBackHandler'/><link rel="stylesheet" href="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/style.css.aspx?EditorID=CE_Editor1_ID" /><table Width="800px" Height="400px" _IsCuteEditor="True" _ClientID="CE_Editor1_ID" _UniqueID="Editor1" _FrameID="CE_Editor1_ID_Frame" _ToolBarID="CE_Editor1_ID_ToolBar" _HiddenID="Editor1" _StateID="Editor1:ClientState" _PostBackHandlerID="Editor1:PostBackHandler" _TemplateUrl="/CMSUIL/CuteSoft_Client/CuteEditor/Template.aspx?Referrer=http%3a%2f%2flocalhost%2fCmsuil%2fadmin%2fmaint%2fam_addtext.aspx" ThemePath="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/" ResourceDir="/CMSUIL/CuteSoft_Client/CuteEditor" Theme="Custom" ActiveTab="Edit" BreakElement="Div" ToggleBorder="True" RemoveServerNamesFromUrl="True" EnableBrowserContextMenu="True" EnableContextMenu="True" EnableStripScriptTags="True" AllowPasteHtml="True" FullPage="False" EncodeHiddenValue="True" ShowCodeViewToolBar="True" UseRelativeLinks="True" EditorOnPaste="PasteWord" EditorWysiwygModeCss="/Cmsuil/admin/css/_default.CSS" CodeViewTemplateItemList="Save,Print,Cut,Copy,Paste,Find,ToFullPage,FromFullPage,SelectAll,SelectNone" PostBackScript="__doPostBack('Editor1$PostBackHandler','')" HelpUrl="/CMSUIL/CuteSoft_Client/CuteEditor/Help/default.aspx" EnableContextMenuEditing="True" PrintFullWebPage="False" EditCompleteDocument="False" cellspacing="0" cellpadding="0" id="CE_Editor1_ID" style="background-color:#F4F4F3;border-color:#DDDDDD;border-width:1px;border-style:Solid;height:400px;width:800px;">
     <tr><td colspan='2' class='CuteEditorToolBarContainer' unselectable='on'><div id="CE_Editor1_ID_ToolBar">
      <img Command="Bold" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Bold.gif" title="Bold" /><img Command="Italic" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Italic.gif" title="Italic" /><img Command="Underline" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/under.gif" title="Underline" /><img Command="JustifyLeft" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/left.gif" title="Left Justify" /><img Command="JustifyCenter" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/center.gif" title="Center" /><img Command="JustifyRight" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/right.gif" title="Right Justify" /><span class='separator'></span><img Command="Cut" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Cut.gif" title="Cut" /><img Command="Copy" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Copy.gif" title="Copy" /><img Command="Paste" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Paste.gif" title="Paste" /><img Command="Undo" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Undo.gif" title="Undo" /><img Command="Redo" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Redo.gif" title="Redo" /><span class='separator'></span><img Command="InsertOrderedList" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/numlist.gif" title="Insert Numbered List" /><img Command="InsertUnorderedList" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/bullist.gif" title="Insert Unordered List" /><span class='separator'></span><img Command="Indent" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Indent.gif" title="Indent Text" /><img Command="Outdent" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Outdent.gif" title="Outdent Text" /><span class='separator'></span><img Command="Subscript" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Subscript.gif" title="Subscript Text" /><img Command="Superscript" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Superscript.gif" title="Superscript Text" /><img Command="StrikeThrough" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/strike.gif" title="Strikethrough Text" /><span class='separator'></span><img Command="Break" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Break.gif" title="Break" /><span class='separator'></span><img Command="TableDropDown" onclick="var editor=CuteEditor_GetEditor(this);if(!editor.readOnly)editor.TableDropDown(this)" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/instable.gif" title="Insert Table" /><img Command="InsertRowTop" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/insrow_t.gif" title="Insert Row Above" /><img Command="InsertRowBottom" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/insrow_b.gif" title="Insert Row Below" /><img Command="DeleteRow" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/delrow.gif" title="Delete Rows" /><img Command="InsertColumnLeft" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/inscol_l.gif" title="Insert Column to the Left" /><img Command="InsertColumnRight" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/inscol_r.gif" title="Insert Column to the Right" /><img Command="DeleteColumn" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/delcol.gif" title="Delete Columns" /><img Command="DeleteCell" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/delcell.gif" title="Delete Cells" /><span class='separator'></span><img title="Insert link to an internal document" class="CuteEditorButton" onmouseover="CuteEditor_ButtonCommandOver(this)" onmouseout="CuteEditor_ButtonCommandOut(this)" onmousedown="CuteEditor_ButtonCommandDown(this)" onmouseup="CuteEditor_ButtonCommandUp(this)" ondragstart="CuteEditor_CancelEvent()" onclick="var editor = CuteEditor_GetEditor(this);DocLinkPopUpWindow(editor);" src="../images/ecvDocHyperlink.gif" alt="" border="0" /><img title="Insert link to an internal page" class="CuteEditorButton" onmouseover="CuteEditor_ButtonCommandOver(this)" onmouseout="CuteEditor_ButtonCommandOut(this)" onmousedown="CuteEditor_ButtonCommandDown(this)" onmouseup="CuteEditor_ButtonCommandUp(this)" ondragstart="CuteEditor_CancelEvent()" onclick="var editor = CuteEditor_GetEditor(this);PageLinkPopUpWindow(editor);" src="../images/ecvHyperlink.gif" alt="" border="0" /><img title="Insert image" class="CuteEditorButton" onmouseover="CuteEditor_ButtonCommandOver(this)" onmouseout="CuteEditor_ButtonCommandOut(this)" onmousedown="CuteEditor_ButtonCommandDown(this)" onmouseup="CuteEditor_ButtonCommandUp(this)" ondragstart="CuteEditor_CancelEvent()" onclick="var editor = CuteEditor_GetEditor(this);ImagePopUpWindow(editor);" src="../images/icon_Image.gif" alt="" border="0" /><img title="Cleanup Remaining HTML" class="CuteEditorButton" onmouseover="CuteEditor_ButtonCommandOver(this)" onmouseout="CuteEditor_ButtonCommandOut(this)" onmousedown="CuteEditor_ButtonCommandDown(this)" onmouseup="CuteEditor_ButtonCommandUp(this)" ondragstart="CuteEditor_CancelEvent()" onclick="var editor = CuteEditor_GetEditor(this);ClearAll(editor);" src="../images/cleanup.gif" alt="" border="0" /><img title="Insert TOC Anchor" class="CuteEditorButton" onmouseover="CuteEditor_ButtonCommandOver(this)" onmouseout="CuteEditor_ButtonCommandOut(this)" onmousedown="CuteEditor_ButtonCommandDown(this)" onmouseup="CuteEditor_ButtonCommandUp(this)" ondragstart="CuteEditor_CancelEvent()" onclick="var editor = CuteEditor_GetEditor(this);AddAnchor(editor);" src="../images/Anchor.gif" alt="" border="0" /><li class="CuteEditorDropDown" id="CE_Editor1_IDcssclass" Command="CssClass" onchange="CuteEditor_DropDownCommand(this,'CssClass')" RichHideFirstItem="true" RenderItemBorder="true" _IsRichDropDown="True" style="width:80px;height:21px;"><span value="" selected="True" html="Css Class" text="Css Class"></span><span value="greytext" html="<img src='/CMSUIL/CuteSoft_Client/CuteEditor/Images/all.gif' hspace=3 align=absMiddle border=0/><span class='greytext'>greytext</span>" text="greytext"></span><span value="whitetext" html="<img src='/CMSUIL/CuteSoft_Client/CuteEditor/Images/all.gif' hspace=3 align=absMiddle border=0/><span class='whitetext'>whitetext</span>" text="whitetext"></span><span value="bluetext" html="<img src='/CMSUIL/CuteSoft_Client/CuteEditor/Images/all.gif' hspace=3 align=absMiddle border=0/><span class='bluetext'>bluetext</span>" text="bluetext"></span><span value="greentext" html="<img src='/CMSUIL/CuteSoft_Client/CuteEditor/Images/all.gif' hspace=3 align=absMiddle border=0/><span class='greentext'>greentext</span>" text="greentext"></span><span value="lightgreentext" html="<img src='/CMSUIL/CuteSoft_Client/CuteEditor/Images/all.gif' hspace=3 align=absMiddle border=0/><span class='lightgreentext'>lightgreentext</span>" text="lightgreentext"></span><span value="redtext" html="<img src='/CMSUIL/CuteSoft_Client/CuteEditor/Images/all.gif' hspace=3 align=absMiddle border=0/><span class='redtext'>redtext</span>" text="redtext"></span><span value="lightredtext" html="<img src='/CMSUIL/CuteSoft_Client/CuteEditor/Images/all.gif' hspace=3 align=absMiddle border=0/><span class='lightredtext'>lightredtext</span>" text="lightredtext"></span></li>
     </div></td></tr><tr><td class='CuteEditorFrameContainer' colspan='2' height='100%'><iframe id="CE_Editor1_ID_Frame" src="/CMSUIL/CuteSoft_Client/CuteEditor/Template.aspx?Referrer=http%3a%2f%2flocalhost%2fCmsuil%2fadmin%2fmaint%2fam_addtext.aspx" FrameBorder="0" class="CuteEditorFrame" style="background-color:White;border-color:#DDDDDD;border-width:1px;border-style:Solid;height:100%;width:100%;">
     </iframe><textarea name="Editor1" id="Editor1" 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="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/design.gif" title="Normal" /></td><td align='right'></td></tr>
    </table><script language=javascript>
     var CE_Editor1_IDSettingClass_Strings={ "_setting_":"919cda53","culture":"en-AU","filespath":"/CMSUIL/CuteSoft_Client/CuteEditor","renderrichdropdown":"True","themetype":"Custom","securitypolicyfile":"/CMSUIL/CuteSoft_Client/CuteEditor/Configuration/Security/default.config","autoconfigure":"Default","configurationpath":"","_culture_":"en-AU","_cuteeditorresource_":"/CMSUIL/CuteSoft_Client/CuteEditor/","_cuteeditorversion_":"5.0.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","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?","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","selectfiledialogoption":"status:0;help:0;resizable:0;dialogWidth:560px;dialogHeight:550px;" }; function CE_Editor1_IDSettingClass() { } CE_Editor1_IDSettingClass.prototype.GetSettingHash=function() {  return '919cda53'; };  CE_Editor1_IDSettingClass.prototype.GetSettingHash=function() {  return '919cda53'; };  CE_Editor1_IDSettingClass.prototype.GetCulture=function() {  return 'en-AU'; }; CE_Editor1_IDSettingClass.prototype.GetResourcePath=function() {  return '/CMSUIL/CuteSoft_Client/CuteEditor/'; };  CE_Editor1_IDSettingClass.prototype.GetDNNArg=function() {  var temp = '{DNN_Arg}';  return (temp.indexOf('=')==-1? '':'&{DNN_Arg}'); };  CE_Editor1_IDSettingClass.prototype.GetString=function(name) {  if(name==null)return null;  var val=CE_Editor1_IDSettingClass_Strings[name.toLowerCase()];  if(val)   return val;  return '('+name+')'; }; 
    new CuteEditorClientClass('CE_Editor1_ID',new CE_Editor1_IDSettingClass());
    </script>
    <input type=hidden name='Editor1:ClientState' value=''/><input type=hidden name='Editor1:PostBackHandler'/><link rel="stylesheet" href="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/style.css.aspx?EditorID=CE_Editor1_ID" /><table Width="800px" Height="400px" _IsCuteEditor="True" _ClientID="CE_Editor1_ID" _UniqueID="Editor1" _FrameID="CE_Editor1_ID_Frame" _ToolBarID="CE_Editor1_ID_ToolBar" _HiddenID="Editor1" _StateID="Editor1:ClientState" _PostBackHandlerID="Editor1:PostBackHandler" _TemplateUrl="/CMSUIL/CuteSoft_Client/CuteEditor/Template.aspx?Referrer=http%3a%2f%2flocalhost%2fCmsuil%2fadmin%2fmaint%2fam_addtext.aspx" ThemePath="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/" ResourceDir="/CMSUIL/CuteSoft_Client/CuteEditor" Theme="Custom" ActiveTab="Edit" BreakElement="Div" ToggleBorder="True" RemoveServerNamesFromUrl="True" EnableBrowserContextMenu="True" EnableContextMenu="True" EnableStripScriptTags="True" AllowPasteHtml="True" FullPage="False" EncodeHiddenValue="True" ShowCodeViewToolBar="True" UseRelativeLinks="True" EditorOnPaste="PasteWord" EditorWysiwygModeCss="/Cmsuil/admin/css/_default.CSS" CodeViewTemplateItemList="Save,Print,Cut,Copy,Paste,Find,ToFullPage,FromFullPage,SelectAll,SelectNone" PostBackScript="__doPostBack('Editor1$PostBackHandler','')" HelpUrl="/CMSUIL/CuteSoft_Client/CuteEditor/Help/default.aspx" EnableContextMenuEditing="True" PrintFullWebPage="False" EditCompleteDocument="False" cellspacing="0" cellpadding="0" id="CE_Editor1_ID" style="background-color:#F4F4F3;border-color:#DDDDDD;border-width:1px;border-style:Solid;height:400px;width:800px;">
     <tr><td colspan='2' class='CuteEditorToolBarContainer' unselectable='on'><div id="CE_Editor1_ID_ToolBar">
      <img Command="Bold" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Bold.gif" title="Bold" /><img Command="Italic" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Italic.gif" title="Italic" /><img Command="Underline" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/under.gif" title="Underline" /><img Command="JustifyLeft" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/left.gif" title="Left Justify" /><img Command="JustifyCenter" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/center.gif" title="Center" /><img Command="JustifyRight" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/right.gif" title="Right Justify" /><span class='separator'></span><img Command="Cut" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Cut.gif" title="Cut" /><img Command="Copy" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Copy.gif" title="Copy" /><img Command="Paste" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Paste.gif" title="Paste" /><img Command="Undo" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Undo.gif" title="Undo" /><img Command="Redo" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Redo.gif" title="Redo" /><span class='separator'></span><img Command="InsertOrderedList" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/numlist.gif" title="Insert Numbered List" /><img Command="InsertUnorderedList" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/bullist.gif" title="Insert Unordered List" /><span class='separator'></span><img Command="Indent" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Indent.gif" title="Indent Text" /><img Command="Outdent" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Outdent.gif" title="Outdent Text" /><span class='separator'></span><img Command="Subscript" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Subscript.gif" title="Subscript Text" /><img Command="Superscript" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Superscript.gif" title="Superscript Text" /><img Command="StrikeThrough" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/strike.gif" title="Strikethrough Text" /><span class='separator'></span><img Command="Break" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/Break.gif" title="Break" /><span class='separator'></span><img Command="TableDropDown" onclick="var editor=CuteEditor_GetEditor(this);if(!editor.readOnly)editor.TableDropDown(this)" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/instable.gif" title="Insert Table" /><img Command="InsertRowTop" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/insrow_t.gif" title="Insert Row Above" /><img Command="InsertRowBottom" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/insrow_b.gif" title="Insert Row Below" /><img Command="DeleteRow" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/delrow.gif" title="Delete Rows" /><img Command="InsertColumnLeft" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/inscol_l.gif" title="Insert Column to the Left" /><img Command="InsertColumnRight" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/inscol_r.gif" title="Insert Column to the Right" /><img Command="DeleteColumn" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/delcol.gif" title="Delete Columns" /><img Command="DeleteCell" width="20" height="20" class="CuteEditorButton" src="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/delcell.gif" title="Delete Cells" /><span class='separator'></span><img title="Insert link to an internal document" class="CuteEditorButton" onmouseover="CuteEditor_ButtonCommandOver(this)" onmouseout="CuteEditor_ButtonCommandOut(this)" onmousedown="CuteEditor_ButtonCommandDown(this)" onmouseup="CuteEditor_ButtonCommandUp(this)" ondragstart="CuteEditor_CancelEvent()" onclick="var editor = CuteEditor_GetEditor(this);DocLinkPopUpWindow(editor);" src="../images/ecvDocHyperlink.gif" alt="" border="0" /><img title="Insert link to an internal page" class="CuteEditorButton" onmouseover="CuteEditor_ButtonCommandOver(this)" onmouseout="CuteEditor_ButtonCommandOut(this)" onmousedown="CuteEditor_ButtonCommandDown(this)" onmouseup="CuteEditor_ButtonCommandUp(this)" ondragstart="CuteEditor_CancelEvent()" onclick="var editor = CuteEditor_GetEditor(this);PageLinkPopUpWindow(editor);" src="../images/ecvHyperlink.gif" alt="" border="0" /><img title="Insert image" class="CuteEditorButton" onmouseover="CuteEditor_ButtonCommandOver(this)" onmouseout="CuteEditor_ButtonCommandOut(this)" onmousedown="CuteEditor_ButtonCommandDown(this)" onmouseup="CuteEditor_ButtonCommandUp(this)" ondragstart="CuteEditor_CancelEvent()" onclick="var editor = CuteEditor_GetEditor(this);ImagePopUpWindow(editor);" src="../images/icon_Image.gif" alt="" border="0" /><img title="Cleanup Remaining HTML" class="CuteEditorButton" onmouseover="CuteEditor_ButtonCommandOver(this)" onmouseout="CuteEditor_ButtonCommandOut(this)" onmousedown="CuteEditor_ButtonCommandDown(this)" onmouseup="CuteEditor_ButtonCommandUp(this)" ondragstart="CuteEditor_CancelEvent()" onclick="var editor = CuteEditor_GetEditor(this);ClearAll(editor);" src="../images/cleanup.gif" alt="" border="0" /><img title="Insert TOC Anchor" class="CuteEditorButton" onmouseover="CuteEditor_ButtonCommandOver(this)" onmouseout="CuteEditor_ButtonCommandOut(this)" onmousedown="CuteEditor_ButtonCommandDown(this)" onmouseup="CuteEditor_ButtonCommandUp(this)" ondragstart="CuteEditor_CancelEvent()" onclick="var editor = CuteEditor_GetEditor(this);AddAnchor(editor);" src="../images/Anchor.gif" alt="" border="0" /><li class="CuteEditorDropDown" id="CE_Editor1_IDcssclass" Command="CssClass" onchange="CuteEditor_DropDownCommand(this,'CssClass')" RichHideFirstItem="true" RenderItemBorder="true" _IsRichDropDown="True" style="width:80px;height:21px;"><span value="" selected="True" html="Css Class" text="Css Class"></span><span value="greytext" html="<img src='/CMSUIL/CuteSoft_Client/CuteEditor/Images/all.gif' hspace=3 align=absMiddle border=0/><span class='greytext'>greytext</span>" text="greytext"></span><span value="whitetext" html="<img src='/CMSUIL/CuteSoft_Client/CuteEditor/Images/all.gif' hspace=3 align=absMiddle border=0/><span class='whitetext'>whitetext</span>" text="whitetext"></span><span value="bluetext" html="<img src='/CMSUIL/CuteSoft_Client/CuteEditor/Images/all.gif' hspace=3 align=absMiddle border=0/><span class='bluetext'>bluetext</span>" text="bluetext"></span><span value="greentext" html="<img src='/CMSUIL/CuteSoft_Client/CuteEditor/Images/all.gif' hspace=3 align=absMiddle border=0/><span class='greentext'>greentext</span>" text="greentext"></span><span value="lightgreentext" html="<img src='/CMSUIL/CuteSoft_Client/CuteEditor/Images/all.gif' hspace=3 align=absMiddle border=0/><span class='lightgreentext'>lightgreentext</span>" text="lightgreentext"></span><span value="redtext" html="<img src='/CMSUIL/CuteSoft_Client/CuteEditor/Images/all.gif' hspace=3 align=absMiddle border=0/><span class='redtext'>redtext</span>" text="redtext"></span><span value="lightredtext" html="<img src='/CMSUIL/CuteSoft_Client/CuteEditor/Images/all.gif' hspace=3 align=absMiddle border=0/><span class='lightredtext'>lightredtext</span>" text="lightredtext"></span></li>
     </div></td></tr><tr><td class='CuteEditorFrameContainer' colspan='2' height='100%'><iframe id="CE_Editor1_ID_Frame" src="/CMSUIL/CuteSoft_Client/CuteEditor/Template.aspx?Referrer=http%3a%2f%2flocalhost%2fCmsuil%2fadmin%2fmaint%2fam_addtext.aspx" FrameBorder="0" class="CuteEditorFrame" style="background-color:White;border-color:#DDDDDD;border-width:1px;border-style:Solid;height:100%;width:100%;">
     </iframe><textarea name="Editor1" id="Editor1" 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="/CMSUIL/CuteSoft_Client/CuteEditor/Themes/Custom/Images/design.gif" title="Normal" /></td><td align='right'></td></tr>
    </table><script language=javascript>
     var CE_Editor1_IDSettingClass_Strings={ "_setting_":"919cda53","culture":"en-AU","filespath":"/CMSUIL/CuteSoft_Client/CuteEditor","renderrichdropdown":"True","themetype":"Custom","securitypolicyfile":"/CMSUIL/CuteSoft_Client/CuteEditor/Configuration/Security/default.config","autoconfigure":"Default","configurationpath":"","_culture_":"en-AU","_cuteeditorresource_":"/CMSUIL/CuteSoft_Client/CuteEditor/","_cuteeditorversion_":"5.0.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","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?","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","selectfiledialogoption":"status:0;help:0;resizable:0;dialogWidth:560px;dialogHeight:550px;" }; function CE_Editor1_IDSettingClass() { } CE_Editor1_IDSettingClass.prototype.GetSettingHash=function() {  return '919cda53'; };  CE_Editor1_IDSettingClass.prototype.GetSettingHash=function() {  return '919cda53'; };  CE_Editor1_IDSettingClass.prototype.GetCulture=function() {  return 'en-AU'; }; CE_Editor1_IDSettingClass.prototype.GetResourcePath=function() {  return '/CMSUIL/CuteSoft_Client/CuteEditor/'; };  CE_Editor1_IDSettingClass.prototype.GetDNNArg=function() {  var temp = '{DNN_Arg}';  return (temp.indexOf('=')==-1? '':'&{DNN_Arg}'); };  CE_Editor1_IDSettingClass.prototype.GetString=function(name) {  if(name==null)return null;  var val=CE_Editor1_IDSettingClass_Strings[name.toLowerCase()];  if(val)   return val;  return '('+name+')'; }; 
    new CuteEditorClientClass('CE_Editor1_ID',new CE_Editor1_IDSettingClass());
    </script>

     <!-- CuteEditor Editor1 End -->
View as RSS news feed in XML