Search

You searched for the word(s):
Showing page 1 of 2 (11 total posts) < 1 second(s)
  • Error handling question for custom Css file

    Enabling a custom css file for my page is working with: &nbsp; Editor1.EditorWysiwygModecss = myCssFile.css &nbsp; but what happens if the file can't be found (is not in the specified location for whatever reason)? Right now, it gives an ugly run-time error. &nbsp; Exception Details: System.IO.FileNotFoundException: Could not find file ...
    Posted to Cute Editor for .NET (Forum) by asiandreads on November 9, 2006
  • Re: Editor1.Text is not current when postback is called!

    Adam: It's strange. &nbsp; Is your site online so you can provide a URL? &nbsp; Do you have the same problem here? &nbsp; http://cutesoft.net/example/general.aspx &nbsp; &nbsp; &nbsp; if i have: &nbsp; _myInstanceVar = Editor1.Text &nbsp; on server side after a button click event, shouldn't this give me the most current content?
    Posted to Cute Editor for .NET (Forum) by asiandreads on November 8, 2006
  • How to capture new selectedItem in richdropdownlist ?

    Sorry, having a hard time here. &nbsp; Why doesn't the RichDropDownList have a public OnSelectedIndexChanged event? &nbsp; i have a custom dropdownlist. how can i trigger an event to capture the new selected value? &nbsp; thx, rob
    Posted to Cute Editor for .NET (Forum) by asiandreads on November 8, 2006
  • Re: Styles from Style sheets not showing

    Adam:asiandreads, &nbsp; &gt;&gt;I have a dropdown called [''styleSheet''] that I added to the dropdown ToolControls. &nbsp; Where does this come from? &nbsp; Is that a custom button? &nbsp; If so, can you pos the code? Adam, &nbsp; here it is.&nbsp; dropdown creation code is at the top, but included the rest just in case, ...
    Posted to Cute Editor for .NET (Forum) by asiandreads on November 6, 2006
  • Re: Add dropdown to toolbar?

    Adam: rob, &nbsp; &gt;&gt;i checked the .config file we are using and the ''codes'' xml entry is there, only visibility is set to ''false'' (so it doesn't appear). &nbsp; Cna you post the code? &nbsp; I am not sure what you mean. &nbsp; &nbsp; The following line in my code is returning null: &nbsp; Editor1.ToolControl toolCtrl ...
    Posted to Cute Editor for .NET (Forum) by asiandreads on November 6, 2006
  • Re: problem CSS class its not getting populated

    sorry for the repost with slight mods (from another related thread), but having additional problem: &nbsp; How come when I do this (set Editor.AutoParseClasses = true), the custom dropdown I added no longer appears?&nbsp; I have a dropdown called [''styleSheet''] that I added to the dropdown ToolControls. &nbsp; The Css Class list is ...
    Posted to Cute Editor for .NET (Forum) by asiandreads on November 6, 2006
  • Re: Styles from Style sheets not showing

    Adam: Editor.EditorWysiwygModeCss Property Specifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported. Example EditorWysiwygModeCss=''example.css,~/portal.css,/default.css'' Also make sure you set Editor.AutoParseClasses Property to true. &nbsp; How come when I do this ...
    Posted to Cute Editor for .NET (Forum) by asiandreads on November 6, 2006
  • Re: problem CSS class its not getting populated

    How do I populate the CssClass dropdown if I'm using a StyleSheet selected from a custom dropdown? &nbsp; Is their any kind of built-in support for this, or do i need to hack it up &nbsp; thx
    Posted to Cute Editor for .NET (Forum) by asiandreads on November 6, 2006
  • Re: Add dropdown to toolbar?

    ok i will try that. if it works, i may have to create a custom .config file just for my feature. &nbsp; i was originally thinking i could use the ''codes'' dropdown and modify its contents as you demonstrate. i checked the .config file we are using and the ''codes'' xml entry is there, only visibility is set to ''false'' (so it doesn't ...
    Posted to Cute Editor for .NET (Forum) by asiandreads on November 5, 2006
  • Re: Add dropdown to toolbar?

    I am using the Editor1.ToolControls.Insert(x,myControl) method where x is the index of the control currently located where I want to put my new dropdown.
    Posted to Cute Editor for .NET (Forum) by asiandreads on November 4, 2006
1 2 Next >