|
Search
You searched for the word(s): document
Showing page 5 of 325 (3,244 total posts)
< 1 second(s)
-
Here are the client side APIs:
function getHTML()
{
// get the cute editor instance
var editor1 = document.getElementById('CE_Editor1_ID');
// Get the editor HTML
document.getElementById(''myTextArea'').value ...
-
Hi,
If you just need to hide the cancel all button, please add the style code below into your page.
<style> .AjaxUploaderCancelAllButton { display: none !important; } </style>
If you need to custom the whole queue table style, then you ...
-
Hi sruthi123, You can custom the queue table to achieve it. The examle below show you how to do that. <%@ Language=''VBScript'' %>
<!-- #include file=''aspuploader/include_aspuploader.asp'' -->
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''>
<html ...
-
Hi Jerry2, Try the example below <%@ Language=''VBScript'' %><!-- #include file=''aspuploader/include_aspuploader.asp'' --><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''><html xmlns=''http://www.w3.org/1999/xhtml''><head> <title> Form - ...
-
Hi jbruso,
Please override the queue table to achieve it. The example below shows you how to custom the queue table
<%@ Page Language=''C#'' Title=''Customize the queue UI'' %>
...
-
Please open the browse_Document.asp. And change the following code to meet your requirements: Function GetExtension(str_FileName)
dim allextensions allextensions = ''arj,asa,asax,ascx,asmx,asp,aspx,au,avi,bat,bmp,''
allextensions = allextensions &''cab,chm,com,config,cs,css,disco,dll,doc,''
allextensions = ...
-
For those that might have a similair need especially if the editor is located in a different domain than the users website. I used the vbscript replace function after the editor was submitted to remove the unnecessary path information. Then when the editor reloads I use a replace function to put it back in so the graphics ...
-
just change your imagepath d:\inetpub\wwwroot\images'' (for ex.) and on
your other third level domain why don't you create a virtual
directory called ''img'' as ''images.domain.com/img'' pointing on your physical root!
It depends if your domains are on the same server or not.
we are using this solution works very ...
-
If you see the error message above, it means that you installed the latest version of the Framework ASP.NET1.1. Now ASP.NET 1.1 adds protection when you post HTML code and CuteEditor does that of course so here comes the error message, no harm just a warning.
To prevent this message from appearing again, you need to set ...
-
hi
is it possible for me to call a javascript function to change the background which i set in <body> in a cuteeditor....
this is my javascript function :
function fnChangeTemplate(TemplateID,Orientation,CategoryID,FileName,BackGround,Side)
{
if(Side=='front')
{
var editor1 = document.getElementById('<% = ...
... 5 ...
|
|
|