Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): font
More Search Options
Showing page
66
of
216
(
2,157
total posts)
< 1
second(s)
Re: style-option “position:absolute”
Dear doubter, Please refer to the following example: <?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?> <html> <head> </head> <body> <form name=''theForm'' action=''Edithtml.php?postback=true'' method=''post''> <?php $editor=new CuteEditor(); $editor->ID=''Editor1''; // ...
Posted to
Cute Editor for PHP
(Forum)
by
Eric
on
September 9, 2010
Re: progress information position
You can hide the default progress bar and then create one customized progress bar at the bottom of the page. You can check the following code and customize based on this example: <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
Posted to
ASP Uploader
(Forum)
by
Eric
on
September 6, 2010
Re: How can I change the tooltip (for i18n) for the red remove icon and the green uploaded successfully icon ?
You can create one customization queue table, the following is one runnable example, you can cusotmize based on this example: <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML ...
Posted to
Ajax Uploader
(Forum)
by
Eric
on
August 18, 2010
Re: How to show text on editor from variable
You can try the following code: <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head> </head> <body> <form id=''Form1'' runat=''server''> <CE:Editor ID=''Editor1'' ...
Posted to
Cute Editor for ASP
(Forum)
by
Eric
on
August 11, 2010
Re: Word count - is there a way to get this property value?
1. Specifies whether the Word Count toolbar appear. <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head> <title>ASP and ASP.NET WYSIWYG Editor - Edit Static Html Example ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
June 17, 2010
Re: Suggested updates for Cute Editor for.NET
A-Damage, 1. This feature is supported. In CuteEditor, You can change the data cell to header cell using the following steps: a. Place the mouse cursor in your editor where you want change the data cell to header cell. b. Right click > Tags > TD > Verbs. c. Click the Change to header Cell. ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 4, 2010
Re: Styling of DropDownList Box Content not working in IE
Hi Christiane, Please try the example below <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
May 27, 2010
Re: width and height of an image
The following is a full 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''> protected override void OnInit(EventArgs e) ...
Posted to
Ajax Uploader
(Forum)
by
Eric
on
May 7, 2010
Re: ADAM I need your help please,
Dear feriel, Please refer to the following snippet:<?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?> <html> <head> <title>Add custom buttons Example -- PHP Content Management, PHP WYSIWYG, PHP HTML Editor, PHP Text ...
Posted to
Cute Editor for PHP
(Forum)
by
Eric
on
March 24, 2010
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
More Search Options
« First
...
< Previous
64
65
66
67
68
Next >
...
Last »