trigger_build_ui Method
Return the UI HTML for a trigger, used by plugins UI for standard triggers is built on the actual HTML page event.html
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static string trigger_build_ui( int ref, int index, int groupid) |
VB |
Public Shared Function trigger_build_ui ( ref As Integer, index As Integer, groupid As Integer) As String |
Parameters
ref
Type: System.Int32
index
Type: System.Int32
groupid
Type: System.Int32
Return Value
Type: String
See Also
functions Class
Scheduler Namespace