mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 20:04:27 +02:00
add "assign" attribute to docs
This commit is contained in:
@@ -71,6 +71,13 @@
|
|||||||
<entry><emphasis>empty</emphasis></entry>
|
<entry><emphasis>empty</emphasis></entry>
|
||||||
<entry>string of text to separate each checkbox item</entry>
|
<entry>string of text to separate each checkbox item</entry>
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry>assign</entry>
|
||||||
|
<entry>string</entry>
|
||||||
|
<entry>No</entry>
|
||||||
|
<entry><emphasis>empty</emphasis></entry>
|
||||||
|
<entry>assign checkbox tags to an array instead of output (separator ignored)</entry>
|
||||||
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry>labels</entry>
|
<entry>labels</entry>
|
||||||
<entry>boolean</entry>
|
<entry>boolean</entry>
|
||||||
|
@@ -70,6 +70,13 @@
|
|||||||
<entry><emphasis>empty</emphasis></entry>
|
<entry><emphasis>empty</emphasis></entry>
|
||||||
<entry>string of text to separate each radio item</entry>
|
<entry>string of text to separate each radio item</entry>
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry>assign</entry>
|
||||||
|
<entry>string</entry>
|
||||||
|
<entry>No</entry>
|
||||||
|
<entry><emphasis>empty</emphasis></entry>
|
||||||
|
<entry>assign radio tags to an array instead of output (separator ignored)</entry>
|
||||||
|
</row>
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</informaltable>
|
</informaltable>
|
||||||
|
Reference in New Issue
Block a user