|
Search
You searched for the word(s): table
Showing page 97 of 255 (2,541 total posts)
< 1 second(s)
-
praveen,
This issue has been resolved. In the CuteSoft_Client/CuteEditor folder, you can find a file named ''CuteEditor.htc.aspx.txt''.
To change the table defaul style, please change the following line:
return editdoc.createElement(''<table border='1' cellspacing='0' cellpadding='3' ...
-
Hi,
The cuteeditor renders like this:
<!-- CuteEditor DataListNews$ctl01$Editor1 Begin -->
<textarea name=''DataListNews$ctl01$Editor1'' id=''DataListNews$ctl01$Editor1'' rows=''14'' cols=''50'' class=''CuteEditorTextArea'' style=''DISPLAY: none; WIDTH: 100%; HEIGHT: 100%''> </textarea><input type='hidden' ...
-
Maximus5684:
I'm not seeing any single quotes in this text. Let me highlight for you what is going on:
<table style=''margin-left: auto; margin-right: auto'' cellpadding=''5'' style=''margin-left: auto; margin-right: auto''>
<tbody>
...
-
Solved: I searched some more after I found out that other editors had the same problem. Found that these kind of errors can occur whenever a form is wrongly nested in a table. This was indeed the case in my site. Corrected the nesting of the form and table. Problem solved!
-
I have done it, anybody who is interested in Arabic style for embedded mode:
replace this in EmbedChannel.ascx
<table style=''width:700px;height:500px;''>
with
<table dir=''rtl'' style=''width:700px;height:500px;''>
Thanks,
-
Mehek,
Please check this example:
http://cutesoft.net/example/general.aspx
This example is running version 6.0.
-
I'm wondering how a user could better manage html table attributes, such as <td> width, for example. I found this post:http://cutesoft.net/forums/4600/ShowPost.aspxbut when I opened the file Insert_Table.asp I was not bale to find the code mentioned.Thanks,Casey
-
nokiko:
I maked a mistake.
please change
Line 7: string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress);
to :
string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress,null).OnlineId;
We haven't write document for the skinning yet .
If you want to create your owner skin , the main steps ...
-
When you click button ''insert image'', ''insert flash'', ''insert template'',etc. ), all uploaded files will be stored into database. You can deploy that example on your end, and then you can open database, and review the table of ''fsitems'', file is stored in field ''filedate'', it is ''image'' type, file size can be until 2,147,483,647 ...
-
Nilzor,
Please try the following solution. Just modify it to fit your requirements.
function InsertNewTable() { // get the cute editor instance var editor = ...
... 97 ...
|
|
|