UISpecificationTool.st
changeset 1042 10adcd590f2a
parent 1033 21b3bc025e0c
child 1051 148c81e896ac
equal deleted inserted replaced
1041:56ae9768b7ff 1042:10adcd590f2a
   427 
   427 
   428 #highlightMode
   428 #highlightMode
   429 'Defines how selected items are highlighted'
   429 'Defines how selected items are highlighted'
   430 
   430 
   431 #itemContentsSelector
   431 #itemContentsSelector
   432 'Method in the application to return a nodes (lazy) contents.'
   432 'Method in the application to return a block retrieveing a nodes (lazy) contents.'
   433 
   433 
   434 #itemLabelSelector
   434 #itemLabelSelector
   435 'Method in the application to return a nodes (lazy) label.'
   435 'Method in the application to return a block retrieveing nodes (lazy) label.'
   436 
   436 
   437 #itemChildrenSelector
   437 #itemChildrenSelector
   438 'Method in the application to return a nodes (lazy) children.'
   438 'Method in the application to return a block retrieveing nodes (lazy) children.'
   439 
   439 
   440 #itemIconSelector
   440 #itemIconSelector
   441 'Method in the application to return a nodes (lazy) icon.'
   441 'Method in the application to return a block retrieveing nodes (lazy) icon.'
   442 
   442 
   443 #tabLabels
   443 #tabLabels
   444 'Name of the message sent to the application returning a list of labels for the tab items.'
   444 'Name of the message sent to the application returning a list of labels for the tab items.'
   445 
   445 
   446 #tabOrientation
   446 #tabOrientation