w2toolbar.getItemHTML

Generates HTML for the toolbar item.
getItemHTML(item)
item object, toolbar item object
Returns HTML string.

Description

The first and only argument item is the item object. This method is called internally to generate HTML for the item. The .items array holds all item objects for the toolbar. There is no need to call this method directly, but it can be overwritten.
If you have toolbar defined in the following way: You can get generate HTML for the item:

User Comments

comments powered by Disqus