UISpecificationTool.st
changeset 1941 3e5265ad63e3
parent 1907 114621e0f3e7
child 1956 65cc475656d3
equal deleted inserted replaced
1940:0f9be199d1c5 1941:3e5265ad63e3
   111 'Message sent to the application when the widget is activated.'
   111 'Message sent to the application when the widget is activated.'
   112 
   112 
   113 #actionArg
   113 #actionArg
   114 'Optional argument passed with the action message.'
   114 'Optional argument passed with the action message.'
   115 
   115 
       
   116 #allowDoIt
       
   117 'DoIt is allowed (Danger - User can execute Smalltalk expressions).'
       
   118 
   116 #appletParamText
   119 #appletParamText
   117 'Paste the complete appletTAGs HTML text here (i.e. all from <applet> up to and including the </applet>). Press parse to extract all parameters from it.'
   120 'Paste the complete appletTAGs HTML text here (i.e. all from <applet> up to and including the </applet>). Press parse to extract all parameters from it.'
   118 
   121 
   119 #appletTextParse
   122 #appletTextParse
   120 'Parse the appletTAG and fill the parameters directory from it.'
   123 'Parse the appletTAG and fill the parameters directory from it.'
   590 #showHandle
   593 #showHandle
   591 'Show resize-handles (Default means: as specified by viewStyle).'
   594 'Show resize-handles (Default means: as specified by viewStyle).'
   592 
   595 
   593 #showIndicators
   596 #showIndicators
   594 'Show/hide the indicators.'
   597 'Show/hide the indicators.'
       
   598 
       
   599 #showingCode
       
   600 'Editor is showing code - enables additional menu functions (comment/uncomment etc.).'
   595 
   601 
   596 #showLabels
   602 #showLabels
   597 'Show/hide column labels.'
   603 'Show/hide column labels.'
   598 
   604 
   599 #showLamp
   605 #showLamp