|
Search
You searched for the word(s): document
Showing page 58 of 325 (3,244 total posts)
< 1 second(s)
-
Hi Ken
Thank you for the links. I'm still confused on how to actually invoke the InsertImage dialog to edit a particular image. I have a file tree and each file is a link, in that link I'm calling a javascript function that opens the InsertImage page (not the image gallery page). I am passing in the image name/path to ...
-
I am also gettting this problem and have tried to resolve it . My code is below.
What I want it to do is to open a new popup window with a page in it called cms_uploader.asp
Any ideas..????
<% 'this editor is used in all of the edit content pages. The backups editor ...
-
Hi Terry,
thank you for your answere.
Yes, I'm using AJAX (my Uploader is inside an UpdatePanel). I've tried to use your suggestion, I'm not an expert in javascript but I've created this function (UploadAttachmentFile is the ID of my Uploader, is It correct?):
function StartMyUploadFile() {
var uploader = ...
-
i'd try EncodeHiddenValue=''false'' bt it dident work ..if i wrote defualt value in editor and dont change it at all still it gives me differnt color code each time page load.
i.e In javascript function,
var form = document.forms[0];
var ...
-
Terry, Thanks a lot. I'm coding out the solution above and almost have it perfect. What I'm trying to complete at this point is a file-level resume based on the file upload status. If I'm using the handler like this: myupload1.handleprogress=function(enable,filename,begintime,uploadedsize,totalsize){ ...
-
Hi,
Thanks for the response.. I couldnt get that to work, however I using that id I was able to sucessfully separate the toolbar from the editable area (a better solution to my problem) without delving into the code..
var ...
-
Actually, it's a Firefox bahaviour as well. All 3 versions of Firefox (1,2,3). It would be nice to have it resolved, however in the meantime, I've simply created a post ''clean-up'' if you will via regular expressions.
The thing is, if you were to ''paste'' a layout into it, no prob. However, the minute you view the ''source'' or submit ...
-
Hi,
Thanks for your quick reply!
I am actually trying to upgrade my CMS on an existing site, so I created a separate folder and db for you to view and test.
Please go to:
http://aishphila.com/editorSample/index.php
and login as abc/123. You will come to a menu page, with a menu on top with one item, about us. Please click the menu ...
-
Hi Adam
Here is the code..
Dim tc As CuteEditor.ToolControl
tc = cuteEditor.ToolControls(1)
If Not tc Is Nothing ...
-
I am revisiting using cute editor again, i have the corrected code as stated above. The events attach...I also have attached a keypress event. Now every onkeypress event now fires both an onmouseleave and an onkeypress event. I also cannot get an onkeyup event to fire...here is the code now:
<script ...
... 58 ...
|
|
|