标题: Radphp的MList控件分析 [打印本页] 作者: zhgc 时间: 2020-8-30 23:15 标题: Radphp的MList控件分析 MList allows you to create an ordered or unordered list. Every element on the list can have up to two links, the secondary link will render as an Extra Button.MLists can be nested.
Control the Theme and color variation of a MList with the MobileTheme component associated to it.
With DividerTheme a MobileTheme can be associated to all the dividers included in the MList
ExtraButtonTheme allows you to associate another MobileTheme component to the Extra Button of every element on the list.
Change the SystemIcon of the Extra Button to a different icon.
Select your own Icon for the Extra Button.
Indicate the Type of list: tOrdered or tUnordered
With isFiltered we'll add a filter Bar on the top of the list
isWrapped wrapps the list with a grouped style.
use Items to add elements to the List. Every item has the following attributes:
Caption Text to display, HTML are tags allowed.
Link Url of the page to load.
MList Select a Mlist from a list of the available MLists on the form to include a nested MList.
ExtraButtonHint Alternative text for the Extra Button.
ExtraButtonLink URL of the Extra Button.
isDivider Will make this element a list divider.
CounterValue Numeric input that will display on the right side of the element.
Thumbnail Image to use as thumbnail on the right of the element
isIcon indicates that the Thumbnail image is an icon and will be displayed in a diferent way. It spects a 16x16 icon.