myshop-search-field:control-max

Entity Value
Attribute(s) style
Type control
Relation myshop-repeat:search-fields, myshop-search-field:control

Using the myshop-search-field:control-max addition the enter field for the maximum value of the search field combination minimum/max can be displayed. The addition only applies to the search method ‘advanced search’ and can only be used within the context of a myshop-repeat:search-field. With the controlmyshop-has:search-field-max the use of a min/max enter field can be verified. The example below illustrates the use of myshop-search-field:control-max in combination with myshop-has:search-field-max.

<tr style="myshop-repeat:search-fields">
        <td>
                <span style="myshop-search-field:label"/>:
        </td>
        <td style="myshop-not-has:search-field-max">
                <span class="lijst" style="myshop-search-field:control"/>
        </td>
        <td style="myshop-has:search-field-max">
                van&#160;<span class="minmax" size="6" style="myshop-search-field:control"/>
                &#160;t/m<span class="minmax" size="6" style="myshop-search-field:control-max"/>
        </td>
</tr>

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment