Changes between Initial Version and Version 1 of Widgets/InvokeScript


Ignore:
Timestamp:
Apr 3, 2008, 3:05:30 AM (16 years ago)
Author:
jbirch
Comment:

Automated wiki documentation upload

Legend:

Unmodified
Added
Removed
Modified
  • Widgets/InvokeScript

    v1 v1  
     1[[PageOutline]]
     2[[BR]]
     3|| '''Automatically generated page, do not modify.  User Notes can be created at: [wiki:Widgets/InvokeScriptUsageNotes]'''||
     4[[BR]]
     5
     6= Widget: InvokeScript =
     7
     8A widget to execute arbitrary javascript
     9
     10== Usage Notes ==
     11
     12See: [wiki:Widgets/InvokeScriptUsageNotes]
     13
     14== Common Widget Properties ==
     15
     16 * '''Location''' :
     17 * '''Label''' : Invoke script
     18 * '''Tooltip''' : Click to invoke a javascript method
     19 * '''StatusText''' :
     20 * '''ImageUrl''' : images/icons/invoke-script.png
     21 * '''ImageClass''' :
     22 * '''StandardUi''' : true
     23 * '''ContainableBy''' : Any
     24
     25== Parameters ==
     26
     27=== Script ===
     28
     29 * '''Description''' : The JavaScript code to be executed
     30 * '''Type''' : String
     31 * '''Label''' : Script
     32 * '''IsMandatory''' : true
     33