Controlling multiple seamless fields with a single toolbar
72 views
Skip to first unread message
salbertson
unread,
Jan 18, 2010, 5:58:24 PM1/18/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Closure Library Discuss
Is it possible to control more than one editor field, specifically seamless fields, with a single toolbar? If so how?
Thanks in advance.
Julie Parent
unread,
Jan 19, 2010, 1:57:02 PM1/19/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to closure-lib...@googlegroups.com
Not currently, although we do plan on adding this support in the future.
If you'd like to build something yourself, the main changes you'd need to make are to make the toolbar operate on the focused field, and add tracking of which field is focused.
Julie
salbertson
unread,
Jan 21, 2010, 12:12:06 PM1/21/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Closure Library Discuss
Thank you for the quick response.
We ended up creating a sub class of ToolbarController and adding a new method. The new method will take care of deleting the existing EventHandler and creating a new one for the selected field.