adds an input item to the toolbar
| id | string|number | id of an input item |
| pos | number | position of an input item |
| value | string | value (text) in an input item by default |
| width | number | width of an input item (px) |
myToolbar.addInput(id, pos, value, width);
Back to top