Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <SelectDialog
  2. confirm="handleConfirm"
  3. growingThreshold="100"
  4. growingScrollToLoad="true"
  5. items="{myModel>/AllData}"
  6. multiSelect="true"
  7. noDataText="No data"
  8. liveChange="handleSearchOnDialog"
  9. title="Choose"
  10. autoAdjustWidth="true">
  11.  
  12. <StandardListItem
  13. id="idItemA"
  14. description="{Name}"
  15. iconDensityAware="false"
  16. iconInset="false"
  17. title="title"
  18. type="Active"/>
  19. </SelectDialog>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement