|
Search
You searched for the word(s): Toolbar
Showing page 26 of 142 (1,418 total posts)
< 1 second(s)
-
We have to dynamically, at times, hide certain toolbar buttons. I have hidden all of the buttons using the following construct, EXCEPT for the InsertTable one, which for some reason seems to persist. Is there something different about this button? Thanks.
Dim tc As CuteEditor.ToolControlCollecton
tc = ...
-
We have a page that uses the cutesoft editor. It is using the ''Minimal'' toolbar, with the font forecolor and background color toolbar buttons added.
When we try to use the toolbar, the bold, italics, underline and the alignment (left, center, right, justify) buttons work, but the font forecolor and background color do not - the text ...
-
Hi @all,
how could I assign a custom configuration-file to a user role ? I have a role named ''Redakteure''. I try to create a custom configuration file named Redaktuere.config. Where could I assign this configuration file to the user role ''Redakteure''?
Thanks for help !
-
I am experiencing the same thing, but only in Internet Explorer 11, which I got when I installed Windows 8.1 the other day. When I view the HTML source of the page, I see that the Cute Editor window is being rendered as a plain textarea. It is still rendering normally in Firefox and Chrome.
I have another component on my site ...
-
Please check this example:
http://cutesoft.net/example/JavaScript-API.aspx
You need to use CuteEditor_OnCommand event.
Here is the code of that example:
function CuteEditor_OnCommand(editor,command,ui,value) { ...
-
OK, only thing I can't figure out how to do. Directory for images, media etc need to be portal specific. I can't figure out how to get that. I run several installs with 30 or 40 child sites, it just won't due if everyone gets the same upload directory. I'm sure theres some map path thing I can do, but I'll need your help. Thanks
-
dotnetdeveloper,
I have tested your file.
This configuration file work perfectly here.
I guess the problem is called by the toolbar image doesn't match the client files.
Please download the control again and overwrite all the client files, DLL. Then try again.
Keep me posted
-
But there is no way to hide the toolbar while in non-fullscreen mode and show it in fullscreen. You may need to do something like this example: http://cutesoft.net/example/dad.html
-
wolf11th:
Hi Eric,
thx for your reply
if I remove the configurationPath, how can I customise the toolbar?
The idea is on the back end, our system check the user level, if the user is read only, it needs to disable the editor. If not, it will still show the user the toolbar. So I think I still need to specify the tool configuration ...
-
Ok, problem solved.
It turns out that although we had transferred the new .dll files into the bin folder, these were bein g overwritten by the old dll files in our WebLibs folder, resulting in us having out of date dll files.
Many thanks for your help.
... 26 ...
|
|
|