|
Search
You searched for the word(s): Toolbar
Showing page 39 of 142 (1,418 total posts)
< 1 second(s)
-
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 path.
I ...
-
WOW Adam - Great work!! I've just skimmed through the post and its looks like a great enhancement.
Just to summarise, we need to map the security config file to each role in DNN?
Does this restrict access / viewing of folders to which the roles do not have access, say when uploading or selecting a file?
Ideally, when navigating ...
-
Yes thanks Adam, I got that... what I was referring to with initialization was the other part of my previous post, this part:
And another question:
I need to line out my html editors. Getting width and position of certain controls and adjusting the width of the editor accordingly. I'm doing this in the ''onload'' event if the page. ...
-
Phil, Let's try the following steps: 1. Recopy the CuteEditor.dll to your server. 2. Recopy all the CuteEditor client files to your server. 3. Pick an example page and copy it to your server. If the problem still exists, please provide a URL. I also need the temp FTP access to check your site. Please ...
-
Hi SKH,
If you mean that, achieve the same function as the toolbar buttons by javascript.Please try the code below
<%@ Page Language=''C#'' AutoEventWireup=''true'' %>
...
-
wh1974:
That's fine but when using Firefox I am able to select an entire column, click on the 'right justification' toolbar button. CuteEditor.NET then appears to set the alignment of individual cells in that column as you can see from the following html:
<table border=''1'' width=''419''>
<tbody> ...
-
valya,
Can you post the style sheet you are using in that page?
To disable the save button, please check How to change the layout of the toolbars?
<CE:Editor id=''Editor1'' runat=''server'' DisableItemList = ''save'' />
-
Editor.CodeViewTemplateItemList Property
The toolbar items used in the editor Code View going to this string. Example CodeViewTemplateItemList=''Save,Print,Cut,Copy,Paste,Find,ToFullPage,FromFullPage,SelectAll
Demo:
http://richtextbox.com/test/CodeViewTemplateItemList.aspx
-
i saw in the link which u gave to me
but the code is only for disable the buttons.it is working for me.but i need to bring all button(enabled one)into a single toolbar.is it possible
-
I've never had this problem before.
All works and looks well on development PC but when put to a hosting server the Toolbars don't show and no text can be entered into text area.
Any suggestion what might be causing this? I've checked that all resources are in place and in their respective folders too.
A typical .aspx ...
... 39 ...
|
|
|