|
Search
You searched for the word(s): Toolbar
Showing page 32 of 184 (1,834 total posts)
< 1 second(s)
-
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.
-
I want to add a new dropdown, and I know the toolbar controls index of where I want to put it.
It puts my dropdown there, but pushes all the other dropdowns below it, making it look awkward and messed up.
can u help (if this makes sense) ? thx,
rob
-
Hi Sherron, The steps below shows you how to remove the file info when you click on the image to open it as the viewer mode. 1. Open file ''\CuteSoft_Client\Gallery\Viewer\LightBox\Code.js'' 2. Find section below and delete it. This is the file size section. this.toolbar.appendChild(this.photoinfo); 3. ...
-
Hi kjell.ek, The steps below shows you how to change the height of the gray bar 1. Open file ''\CuteSoft_Client\Gallery\Viewer\LightBox\Code.js'' 2. Find section below var th=Math.floor(toolbarheight*tstep/10); this.toolbar.style.height=th+''px''; this.frame.style.height=h+th+''px''; 3. Change it ...
-
David,
When you click the html button in the bottom bar, you will go to the code view.
If code view, you can find the top toolbar which contains a few handy toolbuttons. We call it codeviewToolbar.
You can use the following property to configure it/
Editor.CodeViewTemplateItemList Property
The toolbar ...
... 32 ...
|
|
|