Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): Toolbar
More Search Options
Showing page
85
of
142
(
1,418
total posts)
< 1
second(s)
Re: Asking for comments about the Cute Editor and DNN
Rob, Thanks for the interest. Does it have an inbuilt spelling checker? YES. Does it automatically respect the DNN folder permissions - for example, when someone of a particular user-role using it to find or upload a file or picture, does it grant access to only those folders that that role has the right permissions ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
February 13, 2008
TreeListItem - set control width
I am populating the LINKS dropdown programmatically via an XmlDocument. //Add items by code CuteEditor.TreeListItem rootitem = new CuteEditor.TreeListItem(''Files'', null); rootitem.Selectable = false; tdd.Items.Add(rootitem); XmlNodeList pNodes = pDoc.SelectNodes(''./files/file''); foreach (XmlNode pNode in pNodes) { string ...
Posted to
Cute Editor for .NET
(Forum)
by
wzs5011
on
October 24, 2007
Re: IE6 incredibly slow
Hi Have tried all. For IE6. The pages show in about 5secs, but it then takes about 50 secs to download all 100 files. For IE7. The pages show in about 5secs and its finished. I did a similar test at home a couple of days ago using IE6 and it took about 30 secs to download all 100 files. With V5.3 on our test site, the page ...
Posted to
Cute Editor for .NET
(Forum)
by
AndyFel
on
August 16, 2007
Working with GetSelection in IE
I have the following javascript code that executes when a custom
toolbar
button is clicked: function insertLink(sender) { var cuteEditor = CuteEditor_GetEditor(sender); var selection = cuteEditor.GetSelection(); cuteEditor.PasteHTML('<a href=''http://www.google.com'' target=''_blank''>' + selection + ...
Posted to
Cute Editor for .NET
(Forum)
by
toheDeveloper
on
July 25, 2007
Re: Append text into the cuteeditor
Annie, The above example pastes the HTML code in the cursor position. Please check the following article: How to create/register a custom button (Server Control) so that it can be used in the template?( C# | VB ) This example ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 21, 2007
Cutesoft, Community Server: After recompile of Telligent.CuteEditorWraper, editor is disabled in FireFox, Opera
In response to an earlier suggestion from Adam (see thread http://cutesoft.net/forums/thread/30279.aspx), I have made small changes to the CuteEditor wrapper and recompiled. After this process (and of course copying the new binary to my application bin directory), the editor will not work in FireFox or Opera (or Netscape if using the ...
Posted to
Cute Editor for .NET
(Forum)
by
lisahakesley
on
June 1, 2007
Setting editor height/width and bottom button visibility within CommunityServer integration?
Hello, Our web application is integrated with CommunityServer, and we also use a rich text editor elsewhere in the application. We'd like to convert to using CuteSoft everywhere. I have downloaded the CuteSoft editor and also followed the integration with CS procedure, and things are running well. However, the UI for ...
Posted to
Cute Editor for .NET
(Forum)
by
lisahakesley
on
May 31, 2007
Re: can't found "CuteEditor.EditorSetting". (It have exit in version 5.3)
Adam, I use CuteEditor.EditorSetting when I want to add image to database. So when I click ''image Gallery'' in
toolbar
of CuteEdite. it will call class SqlFileStorage . This class use CuteEditor.EditorSetting. you can see my code vb.net below ******************************* '//<main page>' Private Sub Page_Load(ByVal sender ...
Posted to
Cute Editor for .NET
(Forum)
by
ano
on
May 7, 2007
Showtoolbar property not working
I want to diaplay
toolbar
on the cuteditor when a button will press, and again by clicking another button, i want to hide tool bar. i am doing like as shown below: But its not working. Private Sub content_readonly=''readonly''() txtbody.readonly=''readonly''= True txtbody.ShowEnlargeButton = ...
Posted to
Cute Editor for .NET
(Forum)
by
sanjayvishu
on
April 17, 2007
How can I get the selected image's path in the editor?
Hi,How can I get the selected image's path in the editor? I want add a custom button on the
toolbar
, When I select a image in the editor,and push down this custom button,server side will create a thumb-image by selected image,finally the thumb-image's path auto insert into a TextBox . Thanks Psgogogo
Posted to
Cute Editor for .NET
(Forum)
by
psgogogo
on
February 7, 2007
More Search Options
« First
...
< Previous
83
84
85
86
87
Next >
...
Last »