#1682: wysiwyg wiki editor
-----------------------------------+----------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: jonas
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: wiki | Version: 0.8.1
Severity: normal | Resolution:
Keywords: wysiwyg editor |
-----------------------------------+----------------------------------------
Comment (by mgood):
You don't need to add an `id` to the tag in order to get the DOM node.
[http://dean.edwards.name/my/cssQuery/ cssQuery] is a convenient way to
look up nodes using CSS-style selectors. You should be able to get the
wiki editing fields like:
{{{
#!text/x-javascript
var wiki_editors = cssQuery("textarea.wikitext");
}}}
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/1682>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets