- b2evolution CMS User Manual
- Developer Reference
- Website Skins/Themes
- Skin Tags / API
- Other Tags
- Template Tag: Form Search Author
Template Tag: Form Search Author
This tag displays an input field used to search for content items based on its author.
Examples
Quick Template
[Form:search_author|label=Author|placeholder=Any author]
Parameters
Param |
Default |
Usage |
---|---|---|
|
|
Name of the search input field. |
|
|
Value of the search input field. |
|
|
Text to display as the label for the search input field. |
|
|
Set to |
|
|
Additional note to display for the search input field. |
|
|
Additional note to display at the bottom of the input field. |
|
|
Placeholder text to display for the search input field when it is empty. |
|
|
Input field size. |
|
|
Maximum number of characters allowed for the search input field. |
|
|
CSS class applied to the search input field. |
|
|
Custom CSS style applied to the search input field. |
|
|
Set to |
|
|
HTML appended to the search input field. |
Return value
This tag displays content only, it does not have a return value.