|
Search
You searched for the word(s): table
Showing page 26 of 255 (2,541 total posts)
< 1 second(s)
-
Hi All - I have found that if I set the cellpadding and border on a table to 0 then I can no longer select the table. Does anyone know a solution for this (other than clicking on the HTML tab and manually changing the cellspacing and border or not allowing a table to have 0 for the border and cellspacing)?
This also happens on the ...
-
I discovered that when I try to output the var ''element'', in v4.0 it holds a value, but in 4.2 it is always null.
For example, I tried this:
var arg=top.dialogArguments; var element=arg.element;
alert(element);
if(element) { p_table=element; }
So ...
-
Hi Eric, Could you kindly provide some assist in VB. Also, I am currently using <CuteWebUI:Uploader ID=''Uploader1'' runat=''server'' multiplefilesupload=''true'' ManualStartUpload=''true'' ...
-
Hi, The Given examples shows me to create custom button in tool bar etc..
http://cutesoft.net/example/customization.aspx
but my question is can i create 5 or 6 buttons at a time, i mean when my page loading time can i able to create 5 custom buttons based on the database table's record count?
i mean if i give 1 to 5 in for loop, ...
-
Dave,
Please open the following file:
CuteSoft_Client\CuteEditor\Scripts\Constant.js
and modify the code below:
// When creating a table using the Wizard, the following default attributes apply.
editorconstant._CreateEditingTableStyle = "<table border='0' cellspacing='2' ...
-
Hi,
Myabe you can try my steps frist?
1. go to http://richtexteditor.com/demo/
2. Copy/paste the html code below into the html view of the ...
-
ngaudreau wrote:
Ya, I figured that the rows and columns drop downs should be disabled, but they are not. Maybe they should just display the number of rows and columns as a static integer on the window, rather than in a drop down.
I will download the file again tomorrow. Thank you very much.
Are the files ...
-
Hi,
Does not support to insert an empty link when the table for now, sorry for your inconvenience. about the IE10/11 issue you mentioned, I have reported to the development team and we will improve it in the future version.
regards,
Ken
-
TLI,
upgrade_3.0_to_3.1.sql
CREATE TABLE [dbo].[CuteSupportNote] ( [NoteId] [int] IDENTITY (1, 1) NOT NULL , [OperatorId] [int] NOT NULL , [OperatorName] [nvarchar] (50) NOT NULL , [CreateTime] [datetime] NOT NULL , [UpdateTime] [datetime] NOT NULL , [Color] [nvarchar] (50) NOT NULL ...
-
Dear DavidMag,
The following snippet demonstrates how to load departments and opertors from database, you can find this snippet in file ''ManageDepartments.aspx'' which can be found in download package.
private void DataGrid3_DataBinding(object sender, EventArgs e)
{
string ...
... 26 ...
|
|
|