Search

You searched for the word(s):
< 1 second(s)
  • SetTextToXHTML deprecated in 6.0

    My previous code was: &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Editor1.Text = GetContent(); &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Editor1.SetTextToXHTML(); I upgraded to 6.0 and now the SetTextToXHTML won't compile.&nbsp; I don't see a similar method.&nbsp; I want to insure that&nbsp;everything is xhtml both in and out. Thanks, Pete
    Posted to Cute Editor for .NET (Forum) by PeterPiotti on June 6, 2007
  • Re: Firefox and radio buttons & check boxes

    I got it to work in FF by doing what you said.&nbsp; The steps are:1.&nbsp; click ce toolbar button to add checkbox, which adds the checkbox but does not open the dialog.&nbsp; At this point cursor is in front of checkbox.2. single click on the newly added checkbox in the editor body to give it focus3. re-click on the checkbox button on the ce ...
    Posted to Cute Editor for .NET (Forum) by PeterPiotti on June 26, 2006
  • Firefox and hidden fields

    After I add a hidden field, when I bring that data back into CE to edit further using CE, the 'hidden' item is not visible the way it is in IE.
    Posted to Cute Editor for .NET (Forum) by PeterPiotti on June 25, 2006
  • Firefox and radio buttons & check boxes

    The pop up window for control properties does not open when using firefox and clicking the radio buttin or check box buttons.&nbsp; Tried it with doctypes html4.0 &amp; xhtml1.0.&nbsp; Same problem on CE site demo page (used default configuration link).&nbsp; Using FF 1.5.Also, once the check box or radio button are in the editor, in FF I can't ...
    Posted to Cute Editor for .NET (Forum) by PeterPiotti on June 25, 2006
  • additional info

    The font vs span issue in FireFox depends on what you're doing.&nbsp; Here is sample output: &nbsp; &lt;span style=''background-color: yellow;''&gt;Item One&lt;/span&gt; &lt;br&gt; &lt;font color=''red''&gt;Item Two&lt;/font&gt;
    Posted to Cute Editor for .NET (Forum) by PeterPiotti on May 2, 2006
  • Re: FireFox p and font tags

    Ooops.. I mean, what can I do to always get DIV and SPAN in FF. Thanks.
    Posted to Cute Editor for .NET (Forum) by PeterPiotti on May 2, 2006
  • FireFox p and font tags

    Using ASP.Net 2.0I have CE set to Editor1.BreakElement = BreakElement.Div;In IE it generates Div and Span tags.&nbsp; Perfect.In FF it generates P and FONT tags.I used FF to enter this post.What can I do to always get DIV &amp; FONT, regardless of browser?Thanks.
    Posted to Cute Editor for .NET (Forum) by PeterPiotti on May 2, 2006
  • Re: Disable AND Enabling buttons

    If I run: Editor1.DisableItemList=''InsertForm''; the insert form button disappears.&nbsp; So far, so good.&nbsp; But then when I want it to re-appear, I can't figure out how to do it. &nbsp; Thanks, Pete &nbsp; &nbsp;
    Posted to Cute Editor for .NET (Forum) by PeterPiotti on March 26, 2006
  • Disable AND Enabling buttons

    I have some pages where I need to disable the form related buttons.&nbsp; I can disable them with: private string formfields = ''InsertForm, InsertTextBox,InsertInputText,InsertInputhidden,InsertListBox,InsertDropDown,InsertRadioBox,InsertCheckBox,InsertInputSubmit''; &nbsp; Editor1.DisableItemList= formfields; &nbsp; That works, but I ...
    Posted to Cute Editor for .NET (Forum) by PeterPiotti on March 18, 2006