User Tools

Site Tools


macros:function:handles.confirmdelete

Differences

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

Link to this comparison view

Next revision
Previous revision
macros:function:handles.confirmdelete [2018/08/21 17:06] – created sideshowbondmacros:function:handles.confirmdelete [2018/08/25 19:49] (current) icke_siegen
Line 8: Line 8:
 ^ description | Confirms the and actions delete operation, no questions asked | ^ description | Confirms the and actions delete operation, no questions asked |
 ^ [[macros:namespace]] | [[macros:namespace:Handles]] | ^ [[macros:namespace]] | [[macros:namespace:Handles]] |
-^ parameter | no parameters |+^ parameter | no parameters - the handle referenced as sourceHandle will be deleted |
 ^ return value | ([[macros:type:void]]) |   ^ return value | ([[macros:type:void]]) |  
 +
 +In order to delete workspaces the property [[macros:property:Handles.AllowEditWorkspaces|]] needs to be set, see the gixen examples.
  
 == Example in ==  == Example in == 
-[[macros:example:workspacecreation]]:+[[macros:example:createworkspaces]]:
  
 <code xml> <code xml>
Line 20: Line 22:
 <step pause="0.001">ActionScript.SetProperty.Boolean("Handles.AllowEditWorkspaces", false)</step> <step pause="0.001">ActionScript.SetProperty.Boolean("Handles.AllowEditWorkspaces", false)</step>
 </code> </code>
 +
 +Here the necessary steps are listed:
 +  * workspace handles are made editable
 +  * a particular workspace is selectedas source handle
 +  * this very workspace is deleted
 +  * workspace handles are edit-locked again
  
 == Also used in == == Also used in ==
macros/function/handles.confirmdelete.1534871210.txt.gz · Last modified: 2018/08/21 17:06 by sideshowbond

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki