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.
On Mon, Jan 18, 2010 at 2:58 PM, salbertson <scott.o...@gmail.com> wrote: > Is it possible to control more than one editor field, specifically > seamless fields, with a single toolbar? If so how?
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.
On Jan 19, 10:57 am, Julie Parent <jpar...@google.com> wrote:
> 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
> On Mon, Jan 18, 2010 at 2:58 PM, salbertson <scott.o...@gmail.com> wrote: > > Is it possible to control more than one editor field, specifically > > seamless fields, with a single toolbar? If so how?
On Tuesday, 19 January 2010 13:57:02 UTC-5, Julie wrote:
> 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
> On Mon, Jan 18, 2010 at 2:58 PM, salbertson <scott...@gmail.com<javascript:> > > wrote:
>> Is it possible to control more than one editor field, specifically >> seamless fields, with a single toolbar? If so how?