User Tools

Site Tools


built_in:dialog

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
built_in:dialog [2015/03/22 08:27]
octazid [Methods] delete not used methods
built_in:dialog [2018/04/19 23:25] (current)
Line 7: Line 7:
 Some controls use the same methods.\\ Some controls use the same methods.\\
 For examples of the **[[same methods]]** look here. For examples of the **[[same methods]]** look here.
-^Method ^Description ^ +^ Method                          ^ Description                                                   
-|Dialog.AddLayout( layout ) | | +| Dialog.AddLayout( layout )      Adds a Layout                                                 
-|Dialog.Dismiss() | | +| Dialog.Dismiss()                Dismisses the Dialog                                          
-|Dialog.GetType() | | +| Dialog.GetType()                Gets the type of Dialog                                       
-|Dialog.Hide()| | +| Dialog.Hide()                   Hides the Dialog                                              
-|Dialog.RemoveLayout( layout ) | | +| Dialog.RemoveLayout( layout )   Removes a Layout                                              
-|Dialog.SetOnCancel( callback )| |  +| Dialog.SetOnCancel( callback )  Used for setting a callback for when the Dialog is cancelled  
-|Dialog.SetOnTouch( callback ) | | +| Dialog.SetOnTouch( callback )   Used for setting a callback for when the Dialog is touched.   
-|Dialog.Show()| |+| Dialog.Show()                   Callback to open the Dialog.                                  |
 ===== Options ===== ===== Options =====
-^Options ^ +^ Options     ^ Description  
-|NoCancel| +| NoCancel  
-|NoTitle|+| NoTitle   | 
 +| NoDim     | Set the background transparent |
 ===== Sample ===== ===== Sample =====
 [[sample_code:custom_dialog|Custom Yes-No-Dialog]] [[sample_code:custom_dialog|Custom Yes-No-Dialog]]
built_in/dialog.1427012877.txt.gz · Last modified: 2015/03/22 16:27 (external edit)