|
Search
You searched for the word(s): table
Showing page 17 of 255 (2,541 total posts)
< 1 second(s)
-
any tips on how to set the ''TD'' column widths in a table to a default value.
eg:
<table style=''WIDTH: 635px; BORDER-COLLAPSE: collapse'' cellSpacing=0 cellPadding=3 border=2> <tr> <td ...
-
Hi suchil,
Open file Constant.js ( CuteSoft_Client\CuteEditor\Scripts\Constant.js)
Find section below
editorconstant._CreateEditingTableStyle = ''<table border='0' cellspacing='2' cellpadding='2' width='500'>'';
Change to
editorconstant._CreateEditingTableStyle = ''<table border='0' ...
-
Hello,
I am using latest Cute Editor version in my application.
I am facing some issues with tables. These are
1. When I click on table icon of toolbar, sometimes it opens the wizard while some times it just shows a popup like window where I can highlight the number of columns and rows I want. The behavior is ...
-
Adam...any word on the table editing issue?
I've discovered that the problem is if you have a table with border, cellspacing and cellpadding all set to 0, then you can not edit the table as there is no border to double-click on. This is a problem, as most of our tables have no border or spacking/padding (we do this all via the ...
-
Hi,
You shall have a database , which save the path with the current data context.
For example , you create a gallery applicaiton,
You want to peope upload images
So you shall have a 'photo-id'
Before you move the file , you shall shave the 'photo-id' , and the file path to the database.
And ...
-
Anbaz,
Here is the code to add a custom button.
void Page_Load(object sender, System.EventArgs e)
{
CuteEditor.ToolControl tc = Editor1.ToolControls[''insertcustombutonhere''];
if(tc!=null)
{
...
-
Hi,
Have not the setting to prevent this for now. But you can open the files below and remove the content, then the user have no way to change anything of the table by the table properties ...
-
lwb1962:
Which directory and file contain the default Table Properties? I want to change the default width to 100%. THANKS.
Please open CuteEditor_Files\Scripts\Constant.js and modify the following code:
editorconstant._CreateEditingTableStyle = ''<table border='0' cellspacing='2' cellpadding='2' width='500'>'';
-
Right they are stored locally, but if I do an Export from the Canned Manager it stores the xml data in the settings table and then i can Import it back down to other PCs. In essence having a central repository. I investigated further and saw all the canned items can do this, images, urls, messages, and was wondering if anything else had ...
-
Hi Pbanerji, The cancel all button is a part of the queue table, if you want to use a custom button to replace it, you need to write your own queue table. The example below shows you how to achieve it <%@ Page Language=''C#'' Title=''Customize the queue UI'' %><%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
... 17 ...
|
|
|