|
Search
You searched for the word(s): table
Showing page 27 of 255 (2,541 total posts)
< 1 second(s)
-
Hi gim-matt,
1) In the table wizard the 'Table Layout' dropdown box is now showing up in Firefox, Safari or Chrome.
I tested on firefox1.5-3.6, all works fine for me. Can you reproduce it on our demo http://cutesoft.net/example/general.aspx?
Can you try it on another pc?
2) I'm wanting to make templates for ...
-
Todd,
Mac/Firefox:When the user click the ''insert table'' button, CuteEditor will invert a 2 row / 2 colomn table into the editor. And also a dialog will be opened which allows the user configure the table properties.If the user want to add rows/colomns to the existing table, they can use the ''Insert Row Above'', ''Insert Row Below'', ...
-
Here is the global.asax
<%@ Application Language=''C#'' ClassName=''GlobalAsax'' %>
<%@ Import Namespace=''CuteChat''%>
<%@ Import Namespace=''System.Data''%>
<%@ Import Namespace=''System.Data.Common''%>
<script runat=server>
public override void ...
-
With regards to Cute Editor adding the string into empty table cells once I switch from HTML to Normal mode hasn't been resolved. I have looked into the scripts dealing with firefox and how not been able to find anything that adds the to the cell.
I need my code to stay the way I make it. Like in wordpress, in wordpress ...
-
Hi, I would like to add the table properties button to the toolbar. This option is available when right-clicking on a table, and selecting Table -> Properties, but I do not see this item in the full.config as a button. Is it possible? Thanks for your help!
-
Hi deepakkumarjoshi, Try this way protected override void OnLoad(EventArgs e) { //UploadAttachments1 is the id of uploader UploadAttachments1.GetItemsTable().Visible = false; ...
-
Maybe you can try set property "EnterKeyTag" to DIV, it should work with your two lines example below. This setting will generates the div target for enter key.
<RTE:Editor runat="server" ID="Editor1" ...
-
Hi! I'm using the control UploadAttachments, and I'm using the event attachment1_PreRender for hide the file list when the upload finish. But when the file is uploading I want hide the table (near the InsertButton) with class = 'AjaxUploaderQueueTable', I tried using events, javascript, but I don't get sucess. ...
-
This is working great, but if I use the following two functions, it stops working, and will start seeing the table again function CuteWebUI_AjaxUploader_OnError(msg){ alert(''global error:''+msg); return false;}function CuteWebUI_AjaxUploader_OnTaskError(obj,msg,reason){ alert(''file ...
-
Please set the following property to false.
Editor.EnableObjectResizing Property
Specify whether or not to allow the users resize an object winthin the Cute Editor. For example, if you want to prevent people from resizing images, table winthin the Cute Editor, you can set it to false. ...
... 27 ...
|
|
|