NSTextView supports the edition of lists and tables through orderFrontListPanel: and orderFrontTablePanel: Is there any plan to support these in the contentEditable fields of a WebView? --------------------------------- Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out.
What do you mean? The contenteditable attribute is already supported on more or less all elements, including <table>, <tr>, <td>, <ul>, <ol>, <li>, etc --Oliver On 5/07/2007, at 6:54 PM, piet wrote:
NSTextView supports the edition of lists and tables through orderFrontListPanel: and orderFrontTablePanel:
Is there any plan to support these in the contentEditable fields of a WebView?
Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out. _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev
On Jul 5, 2007, at 7:40 PM, Oliver Hunt wrote:
What do you mean?
The contenteditable attribute is already supported on more or less all elements, including <table>, <tr>, <td>, <ul>, <ol>, <li>, etc
We don't have special pop-up panels for list and table editing. However, we do have support for the right operations in JavaScript. Regards, Maciej
--Oliver
On 5/07/2007, at 6:54 PM, piet wrote:
NSTextView supports the edition of lists and tables through orderFrontListPanel: and orderFrontTablePanel:
Is there any plan to support these in the contentEditable fields of a WebView?
Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out. _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev
We don't have plans to add support for these yet. But bug reports requesting the features and patches are always are always welcome. — Timothy Hatcher On Jul 5, 2007, at 6:54 PM, piet wrote:
NSTextView supports the edition of lists and tables through orderFrontListPanel: and orderFrontTablePanel:
participants (4)
-
Maciej Stachowiak
-
Oliver Hunt
-
piet
-
Timothy Hatcher