控件类
2020-12-28 19:20:29 0 举报
控件类
作者其他创作
大纲/内容
DiyClassifySelector
staticWidgetName = 'classify_selector'+ btnText:string+ max+ min+ list:array[ClassifySortableItem]+ realIndexList
DiyInputData
staticWidgetName = 'text_input'+ max+ placeholder
+ initValueByDefault(default_value)
BaseWidget
+ key:string+ title:string+ info:object+ value:any + widgetName:string+ parent:object
+ initValueByDefault(default_value)+ getMyValue()+ updateValue()
DiyMagicCube
staticWidgetName = 'magic_cube'+ selectedKey+ optional:object
+ updateValue(value)+ getMyValue()
继承
组合
DiyGoodsSelector
staticWidgetName = 'goods_selector'+ btnText:string+ max+ min+ list:array[GoodsSortableItem]+ realIndexList
DiyColorPickerData
staticWidgetName = 'color_picker'+ hexValue
Image
+ url+ size
DiyIconSelectorData
staticWidgetName = 'icon_selector'+ icon:Icon
+ updateValue(value)+ getMyValue()
Icon
+ font_class+ font_file+ unicode
+ changeIcon(val)
DiyImgLinkSelectorData
staticWidgetName = 'img_link_selector'+ image:Image+ tips+ linkData:DiyLinkSelectorData
+ getMyValue()+ updateValue()
MagicCubeLayoutType
+ icon+ active_icon+ key + title+ imgLinks
DiyRadioData
staticWidgetName = 'radio'
DiyRichText
staticWidgetName = 'rich_text'
DiyMultipleSelector
staticWidgetName = 'multiple_selector'
DiyLinkSelectorData
staticWidgetName = 'link_selector'
DiyImgSelector
staticWidgetName = 'img_selector'+ tips+ image:Image
+ updateValue(value)+ getMyValue()
DiySortable
staticWidgetName = 'sortable'+ children:array+ btnText+ max+ min+ list+ realIndexList
依赖
GoodsSortableItem
+ goods
SortableItem
+ widgets:array
DiyRadioGroupData
staticWidgetName = 'radio_group'+ gap:number+ optionsList
DiyRadioTabsData
staticWidgetName = 'radio_tabs'+ optional+ optionsList
+ initValueByDefault(default_value)+ initChildren(optional)+ updateValue(value)+ getMyValue()
DiyBoxData
staticWidgetName = 'box'+ children
+ initWidgets(childrenList)+ getMyValue()+ updateValue()
RadioGroupItem
+ key+ title+ img+ icon
DiySliderData
staticWidgetName = 'slider'
ClassifySortableItem
+ classify
0 条评论
下一页