Categories > Your tips & tricks >

Plugins HTML note

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Johnny
Date: 2006-06-22
Time: 09:09

Plugins HTML note

if you want to use the automatically selection for checkbox/radio with HTML plugin, you should not forget to add <form>....</form>.
The plugin will find out the form object to implement this function.
By: Skrol29
Date: 2006-06-22
Time: 10:21

Re: Plugins HTML note

More precision: TBS needs limits to seach for checkboxes/radio. by default it is <form></form>. But it can be changed using parameter "selbounds". This can help to speed up the merge.

Example:
[var.x;ope=html;select;selbounds=td]