|
Search
You searched for the word(s):
Showing page 11 of 43 (423 total posts)
< 1 second(s)
-
Adam,
We've been testing with FF and notice that FF properly handles tabs in tables. Hopefully you can fix it so that IE does as well...
-
Adam,
It's standard that pressing tab in tables moves to the next cell. Pressing Shift/Tab moves to the previous cell. Please keep the right arrow/left arrow functionality as well, but implement the tab functionality.
CE doesn't do a true tab anyway. All it does is pad a bunch of blank chars, so it's better to implement my ...
-
Adam,
I need to call a function after specific toolbar events. For example, after the user clicks the InsertTable button and completes the table insert actions, I need to be able to call a function that checks the HTML content.
How can I do that?
FredD
-
Adam,
When I call InsertTable from a custom command, something like this:
cuteEditor1.ExecCommand(cmd,false,val);
where cmd is ''InsertTable'', CE goes right to the table wizard. However, if I click the Insert Table button on the CE toolbar, it first displays a grid that I can drag the number of rows and columns I ...
-
Update on this issue:
I read through the W3C guidelines on CSS and it appears that the author's style settings always take precedence over the reader's settings. In other words, in a situation like this:
<style type=''text/css''>
table.sample td {
padding-bottom: 0px;
width: 150px;
padding-top: 0px;
text-align: ...
-
Hi Adam,
Our need is to be able to preset the <td> so that it's a fixed width and height, set as left align.
We can get around this problem if you have a way to set defaults for the <td> tag in constants.js, the same way you have a setting for the <table> tag in constants.js. That way, we won't need to use a ...
-
-
Hi Adam,
1. Please run general.aspx, go to the HTML and use the following:
<style type=''text/css''>
table.sample td {
padding-bottom: 0px;
width: 150px;
padding-top: 0px;
text-align: left;
vertical-align: top;
align: ...
-
Hi Adam,
Because of so many problems with tables, we decided that we will default a table with certain settings for the <TABLE> and <TD> tags by using a style sheet and default settings for <TABLE> in constant.js.
So, we have set constant.js so that tables default with this: <TABLE class=sample ...
-
Yes, the red border is visible (but very difficult to make it appear), but the arrow is not visible. Instead it's the letter ''i'' with a ''^'' on top.
... 11 ...
|
|
|