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
133
of
325
(
3,244
total posts)
< 1
second(s)
Re: Some of the reference files are missing from the setup files
Shiv, If you are using the community server, it's already integrated. If not, you need to write your own provider.Please check the
document
in the developer guide: How can I hook CuteChat with my existing login system? CuteChat was built with the idea of extensibility in mind. CuteChat implements what ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Adam
on
October 13, 2005
Re: How to get started with Cute Editor
Hi Ken, The code is pretty much exaclty as you posted except I changed ''editor1'' to ''editor2'' for the 2nd page as follows: <%@ Page Language=''VB'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
Posted to
Cute Editor for .NET
(Forum)
by
forexbob
on
November 4, 2008
Re: How to get SiteRelative link from FileManager Editor
Please change
document
.getElementById(''DOSYA'').value = links[links.length-1].href; to var h=links[links.length-1].href; h=h.replace((new RegExp(''http(s?)://yahoo.com/'',''ig'')),''/'');
document
.getElementById(''DOSYA'').value = h; Please change yahoo.com to your own ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
December 21, 2009
Different FilePath
Hi I have got the editor working fine, but I want to be able to edit files OUTSIDE of the Cute_editor folder. I am using the editHtml.aspx as a test and have tried loads of different ways, none that work. Here is the original code. <%@ Page Language=''VB'' ValidateRequest=''False'' %> <%@ Register TagPrefix=''CE'' ...
Posted to
Cute Editor for .NET
(Forum)
by
joenineo
on
July 21, 2005
Re: Help with upgrade from version 3 to version 4 on Cute Editor for ASP
Here you go Adam. This page has nine editors on the page. The information is stored is stored in a SQL Server database. <%@LANGUAGE=''VBSCRIPT''%> <!-- #include file = ''CuteEditor_Files_V4/include_CuteEditor.asp'' --> <!--#include file=''Connections/dbconnections.asp'' --><!--#include virtual=''secure.asp''--> <% ' ...
Posted to
Cute Editor for ASP
(Forum)
by
HalRau
on
May 23, 2005
Re: Javascrit error 'Access Denied'
Hi Terry, First of all, I'm running all of this on a secured Intranet so I can't post you any URL's unfortunately. In our organisatoin, we deploy all our web applications as portlets within a portal server. The simplest way to deploy our ASP.Net apps in the portal server is to wrap them up inside iframes. In this example, I have my ...
Posted to
Cute Editor for .NET
(Forum)
by
shobman
on
January 20, 2005
Re: Non expected HTML tag closure.
Hello Ken, I basically create a html page by processing XML through a XSLCompiledTransform and I serve that by sending the output stream with the right mimetype. After that I load the content into the editor whenever I need it by using SetHTMLCode after making an AJAX get request with jquery. I've included the result my api ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
marvin
on
January 27, 2014
Re: Check for MIME types
How can I specify which MIME types to check? That was my initial question. How do I set the ValidateOption.AllowedFileMimeTypes property? Would you please give me an example? Also, this link that you provided (http://www.ajaxuploader.com/
document
/index.htm#page=html/How-to-catch-uploader-error.htm) does not give specific instructions on ...
Posted to
Ajax Uploader
(Forum)
by
Ardalan
on
May 29, 2013
Re: Carriage Return / Line Break with <br>
Thank you for the response. Basic examples like that work just fine it would seem. However, when I enter in html like <area onmouseover=''Tip('<strong>Headquarters</strong><br/>5555 Pleasentville Drive<br/>Carthage, TX 66666<br/><br/><strong>Texas, Carthage</strong><br/>1111 ...
Posted to
Cute Editor for ASP
(Forum)
by
EricR
on
June 13, 2011
Re: IsDirty
frJericho: Can you show me an example how I can determine if the HTML is ''dirty''? I want to make sure that I take ''undo'' and ''redo'' into consideration and also I want to make sure that user editing the source HTML will also be taken into consideration. Hi ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
June 9, 2010
More Search Options
« First
...
< Previous
131
132
133
134
135
Next >
...
Last »