Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): use <p>
More Search Options
Showing page
37
of
864
(
8,631
total posts)
< 1
second(s)
Re: When I fill the editor with MySQL data
Please use the Text property. Editor.Text Property This property provides access to the text within the editable area of the CuteEditor control. It can be used to set the text when the control is first displayed and also to read out the text when a form has been submitted. Example Code ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
January 25, 2010
Re: How to remove the right click pannel?
Please use the following property: Editor.EnableContextMenu Property Specifies whether the context menu is enabled. Example Code <?php $editor=new ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
January 4, 2010
Re: Editor destroys text when Google Toolbar Translation is on.
pbwbart: Hey, We use this editor for our CMS system. When a user has the google toolbar installed, and translation is 'on' the following problem happens. The user types his tekst the normal way in the editor, Then when you save it, your tekst is destroyed and looks simular to this: (this also happens on ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
December 16, 2009
Re: How to change by default the body direction from LTR to RTL ?
Victor, Please use EditorBodyStyle property. <?php $editor=new CuteEditor(); $editor->ID=''Editor1''; $editor->Text=''Type ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
December 13, 2009
Re: Progress Template Line Break
Hi swabygw, If you set this properties in code behind, need use \r\n, like UploadAttachments1.ProgressTextTemplate = ''line1 \r\n line2''; If you set this properties in the control, need use , like below <CuteWebUI:UploadAttachments runat=''server'' ID=''UploadAttachments1'' ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
December 1, 2009
Re: Cutechat & MS Access db
hello you first see this page http://www.aspitalia.com/script/818/Configurare-Provider-Profile-API-Access.aspx ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
lovelydoo
on
October 5, 2009
Re: Handle message event ???
Hi, Use this Java Script: AttachChatEvent(''MESSAGE'',handleMessage); function handleMessage(name,type,info1,info2) { //name should be ''MESSAGE'' //type should be ''NEW'' var msg=info1; if(msg.Type==''USER'') ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
cutechat
on
August 26, 2009
Re: Web Messenger 5 Integration (Contact List)
Hi, do not use HttpContext.Current.Session(''UID''), use the identity object. Here is code of DotNetNuke, you can learn from it : Public Overrides Function GetContacts(ByVal identity As CuteChat.ChatIdentity) As CuteChat.IChatUserInfo() ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
cutechat
on
August 25, 2009
Re: Saving a file in the demo
srikanthrajan, 1. You need to implenment your own event. You can save the data into database. You can also save the data into physical file. 2. Please use the following button to insert special characters: Special Chars Inserts a special character from a predefined list. 3. LoadWord functions doesn't work ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
July 22, 2009
Re: How I can remove second messenger window when i already opened this
Hi, 1. you can write script to keep one window instane for the messenger. for example , window.open(''CuteSoft_Client/CuteChat/NewMessenger.aspx'',''messengerwindow'',''''); You can also use script to save active signal to cookie and let other pages know the messenger is opened. 2. that's browser behavior, we can't ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
cutechat
on
June 25, 2009
More Search Options
« First
...
< Previous
35
36
37
38
39
Next >
...
Last »