Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s):
More Search Options
Showing page
149
of
4,987
(
49,864
total posts)
< 1
second(s)
Re: Populate rich txt data into Cuteeditor with all the formatting
Hi adityaraj,
Please try the example below
<%@
Page
Language=''C#''
ValidateRequest=''false''
%>
<%@
Register
TagPrefix=''CE''
Namespace=''CuteEditor''
Assembly=''CuteEditor''
%>
<script
runat=''server''> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
May 18, 2010
Re: how to use " Filtering Images by Security Prefix"
maoker.mao, This is an example showing how to filtering Images by Security Role Prefix:
First we need to detect which roles the user belongs to :
If role = ''Admin'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
November 5, 2006
Re: disable some portions of template
toocrazy007,
unselectable=''ON'' and contenteditable=''false'' doesn't work for TABLE TAG.
I suggest you do something like this:
<table style=''WIDTH: 320px; BORDER-COLLAPSE: collapse'' cellSpacing=0 cellPadding=3 border=1>
<tbody>
...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
July 24, 2006
CuteWebUI_AjaxUploader_OnError Doesn't Fire
I have a web control (.ascx) that I'm using the uploader on. Whenever I throw an exception from my C#,
CuteWebUI_AjaxUploader_OnError isn't firing, nor do any of the supposed Javascript events.
I don't like the pop-up error message that is the default of the AjaxUploader. We use ValidationSummary instead, so I'd like to find a way ...
Posted to
Ajax Uploader
(Forum)
by
mferrell3
on
February 22, 2011
Re: RichDropDownList server side onChange event
Ok.. Firefox was hanging me up.
I am able to get the SelectedIndexChanged event to fire using the arrow keys and enter key on the keyboard.
The DropDownList doesn't respond to mouse clicks when running under FireFox.
Everything seems to function properly under IE 7.
Any suggestions or fixes for FireFox?
Here is ...
Posted to
Cute Editor for .NET
(Forum)
by
jscadden
on
August 5, 2008
HTML shows up in Normal mode
I know I'm probably just missing something easy somewhere, but I've looked through the documentation and the forums and can't figure out what I'm doing wrong.
When I load a blank editor to create a new piece of content and add it to the database, the editor handles everything perfectly.
However, when I try to load the content to edit it ...
Posted to
Cute Editor for PHP
(Forum)
by
MinistryWebs
on
August 26, 2009
'System.Web.HttpContext' is a type not a namespace
Hi All,
I am getting follwoing error when I declare namespaces in web.config.
CS0138: A using namespace directive can only be applied to namespaces; 'System.Web.HttpContext' is a type not a namespace I am not getting any other problems anywhere except in cute editor.
I have used following namespaces in ...
Posted to
Cute Editor for .NET
(Forum)
by
meeramadhuri
on
September 13, 2008
Re: How to disable the creation of queue table and the default progress bar?
Dear deepakkumarjoshi,
Please refer to the following code: <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>
void Uploader_FileUploaded(object sender, ...
Posted to
Ajax Uploader
(Forum)
by
Eric
on
October 20, 2010
Re: Lobby Problem
I think I found something,
This makes more sense to me.
Dim
lobbies
As
New
ArrayList()
For
Each
Lobby
as
LobbyInfo
In
ChatApi.GetLobbyInfoArray()
lobbies.Add(Lobby)
Next
...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
pbwbart
on
June 16, 2009
Re: Is it possible to show files sizes and files icons beside files name in "Start uploading manually" example?
Hi,
You can draw your own table like this
: (read the code , and the merge it to the 'manually example')
<%@ Page Language=''C#'' Title=''Customize the queue UI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
December 13, 2008
More Search Options
« First
...
< Previous
147
148
149
150
151
Next >
...
Last »