Custom Tag: cf_box_search and cf_box_search_detail
Cf_box_search Purpose of Use
cf_box_search is a tag with a flexible structure that includes the elements we added for filtering on the listing screens. Its intended use is to be useful and responsive without requiring us to write extra css code. It is used in cf_box and by default with cf_box_search_detail.
Note: The button_type value of the search button we use in the tag must be 4. There are three classes that we can add as needed for the sizes of the inputs we use.
- Small: width = 50px
- Medium: width = 100px
- Large: width = 150px
Parameters
| Attributes | Description | Data | Required |
| more | Used to display the Filter options that come with the More button on listing pages. The default value is 1. | Boolean | H |
| plus | If there is an element in the table, it takes the insertion href here and adds the + button next to the More button. The default value is 1. | Boolean | H |
Example Usage
ws" value="20" >
Result

.png)
Cf_box_search_detail Intended Use
cf_box_search_detail element is used with cf_box_search. This contains the detail part of the filtering screen. It is the area opened with the More button.
In this tag, elements are used with bootstrap grid classes to provide a responsive structure. Classes for buttons: ui-btn, ui-btn-gray, ui-btn-gray2.
Example Usage
Result
(1).png)