Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): document
More Search Options
Showing page
32
of
169
(
1,685
total posts)
< 1
second(s)
Re: RichDropDown PostBack
Hi You could use the onchange attribute of the richdropdown to set a hidden field on the form and then do a submit. You would then have to check the hidden field in the load event and then do whatever you wanted to do. e.g. create rddl Dim rddl As New ...
Posted to
Cute Editor for .NET
(Forum)
by
AndyFel
on
September 20, 2006
Re: Create Popup on Icon (image) Click
I think I found a solution for what I need. You can continue to override the built-in New button as in my first example, but then just call your editor1.ExecCommand(''New''); javascript. I resolved my one issue above by just creating an additional argument to my javascript function for the Editor Client ID property. ...
Posted to
Cute Editor for .NET
(Forum)
by
JonE
on
July 14, 2006
Re: Toolbar not showing
view source <!-- CuteEditor _ctl6:_ctl1:_ctl4 Begin --> <input type=hidden name='_ctl6:_ctl1:_ctl4:ClientState' value=''/><input type=hidden name='_ctl6:_ctl1:_ctl4:PostBackHandler'/><link rel=''stylesheet'' ...
Posted to
Cute Editor for .NET
(Forum)
by
SUperDave
on
May 15, 2006
JavaScript content count is unreliable with attachEvent for keypress/onclick
I have a user control that contains 3 editors for which I need to update a count of the chars (including the tags), but the events only sometimes bubble. On load 7/8's of the time the characters remaining will be 0 even though there is text in the CE control. Clicking or typing in the CE does not cause updates. Refresh the ...
Posted to
Cute Editor for .NET
(Forum)
by
HotAir
on
March 9, 2006
Problems with Safari
I am using javascript in an asp.net 2.0 site to attach events (or event listeners) to the 3 tab images in the editor (Normal, HTML, Preview). The script is called in this way: <body onload='CE_attachEvent()'>function CE_attachEvent(){ // get the cute editor instance var editor = ...
Posted to
Cute Editor for .NET
(Forum)
by
rokinroj
on
February 24, 2006
Re: Some customization needed
The example code is well
document
ed and straight-forward. function CE_attachEvent() { // get the cute editor instance var editor1 =
document
.getElementById('CE_Editor1_ID'); //Get the editor content ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
October 11, 2005
Re: How to insert content in editor
azaldivar, Try Change to the following line: Image1.Attributes.Add(''onclick'', ''insertHTML('Editor1','Testing...')'') to: Image1.Attributes.Add(''onclick'', ''insertHTML('Editor1_editBox','Testing...')'') Or you can use the JavaScript function in the addcustombuttons.aspx. <script ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
October 19, 2004
Re: Filter Out Filenames by Extension
>>That works for 'downloadable files', but I want to restrict what's displayed when they 'insert hyperlink'. It also works for 'insert hyperlink' button. >>I need to modify the filenamePattern for that, correct? No. Restricting
Document
Files by Extensions and ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 8, 2007
Re: EditorOnPaste="PasteWord" differences from your sample
Do not know I can tell which EditorOnPaste setting it is set to, anyhow it doesn't really matter. As you can see from my other posts I have been struggling with issue and none of the EditorOnPaste settings are gonna meet my needs. The problem is mainly that none of the options handles the mismash of word versions and word options and ...
Posted to
Cute Editor for .NET
(Forum)
by
zaggle
on
July 17, 2008
Re: innerHTML of document
Adam: In your example the cuteEditor already exist and hence u click and button hve onclick event fired and do something. Try doing in onload like setting innerHTML on load. It works only sometimes.>>>>>:)
Posted to
Cute Editor for .NET
(Forum)
by
Pintod
on
September 13, 2005
More Search Options
« First
...
< Previous
30
31
32
33
34
Next >
...
Last »