| 1 | [[PageOutline]] |
| 2 | [[BR]] |
| 3 | || '''Automatically generated page, do not modify. User Notes can be created at: [wiki:Widgets/TaskPaneUsageNotes]'''|| |
| 4 | [[BR]] |
| 5 | |
| 6 | = Widget: TaskPane = |
| 7 | |
| 8 | A widget that acts as a workspace for widgets that require user input/output, e.g. InvokeURL, Buffer, Search, etc. widgets |
| 9 | |
| 10 | == Usage Notes == |
| 11 | |
| 12 | See: [wiki:Widgets/TaskPaneUsageNotes] |
| 13 | |
| 14 | == Common Widget Properties == |
| 15 | |
| 16 | * '''Location''' : |
| 17 | * '''Label''' : TaskPane |
| 18 | * '''Tooltip''' : |
| 19 | * '''StatusText''' : |
| 20 | * '''ImageUrl''' : |
| 21 | * '''ImageClass''' : |
| 22 | * '''StandardUi''' : false |
| 23 | * '''ContainableBy''' : |
| 24 | |
| 25 | == Parameters == |
| 26 | |
| 27 | === InitialTask === |
| 28 | |
| 29 | * '''Description''' : The URL of the task that acts as the 'home' task |
| 30 | * '''Type''' : String |
| 31 | * '''Label''' : Initial Task URL |
| 32 | * '''DefaultValue''' : |
| 33 | * '''IsMandatory''' : false |
| 34 | |
| 35 | === MenuContainer === |
| 36 | |
| 37 | * '''Description''' : The menu displayed in the drop-down task list |
| 38 | * '''Type''' : menu |
| 39 | * '''Label''' : Task menu |
| 40 | * '''DefaultValue''' : TaskMenu |
| 41 | * '''IsMandatory''' : false |
| 42 | |