Search

You searched for the word(s):
< 1 second(s)
  • Re: Removing a button and it's parent group

    Is that feature available in the RichTextEditor 8.0?
    Posted to Cute Editor for .NET (Forum) by MasterShadow on April 29, 2013
  • Re: Removing a button and it's parent group

    6.6 and up to date as of Thursday or Friday of last week. &nbsp; The config code for the button I want to add/remove is: &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;item type=&quot;g_start&quot; /&gt; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;item type=&quot;holder&quot; name=&quot;FullScreen&quot; /&gt; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ...
    Posted to Cute Editor for .NET (Forum) by MasterShadow on April 29, 2013
  • Re: Removing a button and it's parent group

    I&#39;ll also add the reverse of the question as that might be easier. &nbsp; If I were to remove the group and holder item from the config file could I programmatically add them in the C# code later?&nbsp; &nbsp; Something like: &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; var groupStart = new ...
    Posted to Cute Editor for .NET (Forum) by MasterShadow on April 26, 2013
  • Removing a button and it's parent group

    I have one page with one config file but under certain conditions I want to hide some buttons. (For example, in a modal vs standard window)&nbsp; &nbsp; Here is the button in question.&nbsp; &nbsp; &nbsp; It&#39;s fairly easy to add the button and then remove it later however the group that surrounds the lone button does not go away when ...
    Posted to Cute Editor for .NET (Forum) by MasterShadow on April 26, 2013
  • Re: Align 1 toolbar button to the right?

    I just need to move one specific button that is all alone in it&#39;s own group. Both of these methods look like they would align the entire toolbar to the right which is not what I want.&nbsp; &nbsp; Look again at the image, that is exactly what I am trying to recreate. The main button group on the left is aligned to the left while the lone ...
    Posted to Cute Editor for .NET (Forum) by MasterShadow on April 26, 2013
  • Align 1 toolbar button to the right?

    &nbsp;I want to have my normal toolbar left aligned like normal however I want to segragate one button and move it off to the right corner. I have the editor in an iFrame so it&#39;s limited in how big it can get so I am inserting a button to pop the editor out into another window that can be full screened. I think it makes sense to move this ...
    Posted to Cute Editor for .NET (Forum) by MasterShadow on April 25, 2013