erroneous documentation for toolBar element

In the chm help file, the examples for the toolBar say :

This toolBar has a toolBarItem, a toolBarSwitch, atoolBarButton, and a toolBarSeparator. Note that this toolBar can be dragged anywhere in the application.

<b:toolBar e:behavior="drag" dragBehavior="move">

which is of course wrong. It can take a long time for a newbie to find out what's missing here.

Bernhard

Please fill me in! What is

Please fill me in! What is missing?
The toolBar in the example can indeed be dragged anywhere on the page in which it is placed.
Cheers, Ghica.

I was referring to the chm

I was referring to the chm help file, not an executable example. The code has to be

<b:toolBar e:behavior="b:drag" dragBehavior="move"> (The b: is missing).

Bernhard

Re: missing prefix in code snippet

Bernhard,

Thank you for observation. The code snippet has been corrected.

Sergey/

Thanks, Sergey and

Thanks, Sergey and Bernhard.
I would like to mention that most examples in the chm are executable. Just copy and paste it into a startup file and you can run the example.

Also this one runs fine in my test set-up, even without the b:. Well, that is still something to look into.
Cheers, Ghica.