AutoRun {}
(an operation that is scheduled to run automatically when an application is started).
[EE] This property group allows you to set the run schedule for an "Auto-Run – Batch Process"
In the example below, the first run of the operation would occur on January 1, 2007 at 1 A.M.,
repeating every 7 days thereafter.
AutoRun
{
startDate:1/1/2007
startTime:1:00 am;
frequency:604800;
}
Browser {}
This property group allows you to control the browser behavior when the operation is run. Typically this is set on an association operation.
One use for these properties would be when an operation displays a small pop-up window.
Example: The following property group would be set on an association. When the association is clicked, a new browser window/tab would be opened.
Browser{ target:_BLANK; location:false; toolbar:false; }
Example: The following property group would be set on an association. When the association is clicked, a popup window with width 850, height 400 would be opened. It would contain toolbar and scrollbar but no location, menubar or directories entries.
Browser{ popup:true; specs:width=850,height=400,left=50,top=100,toolbar=yes,location=no,menubar=no,directories=no,scrollbars=yes; }
TAGS: Open new window or Browser Open Tab POPUP
Chart {}
[Deprecated. Chart is no longer supported. See WOW Fusion Charts] This property group
allows you to specify properties used to create and generate a chart using JFreeChart.