rb:editor

Description

Creates a form with two columns, just like the form on the edit-profile page. The children of rb:editor specify the rows of the form. For example, an rb:editor-text child adds a row with a text field in the right column. The label attribute of the rb:editor-* child specifies what text appears in the left column of that row.

Warning: This form is submitted via POST method.


Attributes

required action string The URL to which the form's data is posted.
optional width int The width of the form/table, in pixels. (default value is 425)
labelwidth int The width of the first column of the form/table, in pixels. (default value is 75). Note: This value cannot be 0 as it is ignored; use 1 instead.

Notes

Mock AJAX There is currently no way to implement Mock AJAX using rb:editor. In order to use Mock AJAX, you must mimic the HTML equivalent of rb:editor and combine it with Mock AJAX.

This tag may contain any of the following tags: