Search

You searched for the word(s):
< 1 second(s)
  • Re: Inserting variables into text area

    thanks!&nbsp;is there a working example anywhere on the site?&nbsp;
    Posted to Cute Editor for .NET (Forum) by xrum on March 11, 2010
  • Inserting variables into text area

    Hi,&nbsp;is it possible to insert asp variables into the editor, and have them get resolved?&nbsp;&nbsp;for example, i set a variable varName as ''Amber Lamps''&nbsp;is it possible to somehow insert varName into the Cute Editor?&nbsp;example:&nbsp;''Hello [name], how is it going''and have this be resolved as&nbsp;''Hello Amber Lamps, how is it ...
    Posted to Cute Editor for .NET (Forum) by xrum on March 11, 2010
  • Re: Editor height

    hm, well &nbsp;I need the editor to be much smaller then the default size when it first loads.&nbsp;preferable the size that it gets when you click on the (-) sign on the bottom right to decrease height.&nbsp;but editor3.Height=500 makes it bigger, but if i change it to 200, its back to default.&nbsp;is there a minimum editor size that i am ...
    Posted to Cute Editor for ASP (Forum) by xrum on March 4, 2010
  • Editor height

    hi,&nbsp;&nbsp;i am havinng some difficulties setting the editor height.&nbsp;i've tried it 2 ways:&nbsp;&nbsp;&nbsp;var editor1 = document.getElementById('CE_Editor3_ID'); &nbsp;&nbsp; &nbsp;// Set the editor&nbsp;&nbsp; &nbsp;editor1.Height = ''100'';&nbsp;&nbsp;and &nbsp;&nbsp; Dim editor3 Set editor3 = New CuteEditor editor3.ID = ...
    Posted to Cute Editor for ASP (Forum) by xrum on March 4, 2010
  • Re: Version 5.0 CuteSoft ASP Upload Error - Now Fixed

    my&nbsp;&nbsp;setting is: &nbsp;AspMaxRequestEntityAllowed=''500000''&nbsp;&nbsp;but i am still getting the error, is there anything else i need to change/check?&nbsp;what is the editor setting called?&nbsp;
    Posted to Cute Editor for ASP (Forum) by xrum on March 1, 2010
  • Adding a variable (date and name) into the text field

    I am trying to use the text field to create/save emails.&nbsp;My original code uses variables to display a person's name and other information...&nbsp;Is it possible to do somehow add parameters to the editor? so the user could use tags to display them, for example&nbsp;&nbsp;hello [name]&nbsp;you are from [city]&nbsp;where [name] and [city] would ...
    Posted to Cute Editor for ASP (Forum) by xrum on February 24, 2010