User Tools

Site Tools


macros:example:deleteworkspace

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
macros:example:deleteworkspace [2018/08/25 19:42] icke_siegenmacros:example:deleteworkspace [2018/08/26 11:19] (current) – external edit 127.0.0.1
Line 7: Line 7:
 ^ description: | deletes a designated workspace | ^ description: | deletes a designated workspace |
  
-{{tag>[delete workspace handle]}}+{{tag>delete workspace handle}}
  
 ==== functions ==== ==== functions ====
Line 38: Line 38:
 This explains the functional steps within the sequence. For all the other XML details please refer to [[:macros:formats_and_syntax#xml_format|Formats and syntax]] This explains the functional steps within the sequence. For all the other XML details please refer to [[:macros:formats_and_syntax#xml_format|Formats and syntax]]
   * ''ActionScript.SetProperty.Boolean("Handles.AllowEditWorkspaces", true)'' unlocks the workspaces to be edited/deleted   * ''ActionScript.SetProperty.Boolean("Handles.AllowEditWorkspaces", true)'' unlocks the workspaces to be edited/deleted
-  * ''Handles.SetSourceHandle("Workspaces", 2)'' marks the workspace as sourHandle for the next operation +  * ''Handles.SetSourceHandle("Workspaces", 2)'' marks the workspace #3 as sourHandle for the next operation 
-  * ''Handles.ConfirmDelete()'' deletes the previously selected handle (the workspace #2)+  * ''Handles.ConfirmDelete()'' deletes the previously selected handle (the workspace #3)
   * ''ActionScript.SetProperty.Boolean("Handles.AllowEditWorkspaces", false)'' locks the workspaces from being edited/deleted   * ''ActionScript.SetProperty.Boolean("Handles.AllowEditWorkspaces", false)'' locks the workspaces from being edited/deleted
  
macros/example/deleteworkspace.1535226149.txt.gz · Last modified: 2018/08/25 19:42 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki