ganzogo / specialedit

A jQuery plugin to provide buttons for special characters next to text inputs.
http://www.ganzogo.com/projects/specialedit
Other
7 stars 0 forks source link

Allow multiple lines in the toolbar #5

Open ganzogo opened 13 years ago

ganzogo commented 13 years ago

Currently all buttons on the toolbar appear on a single line, which doesn't look fantastic if there are a lot of buttons, (for example, for French characters).

Would be nice to allow buttons to be grouped into more than one line. Would especially make sense for language inputs where you want to separate letters from punctuation.

Sibichakravarthy commented 10 years ago

Is there any way to do this

ganzogo commented 10 years ago

There currently isn't any way to do this, but I would welcome a pull request which adds this functionality. Right now, the specialedit method expects a list of characters, but ideally this would be updated to also accept a list of list of characters which it could then display in rows.