Difference between revisions of "AVWizard script based user callable events"

From LinuxMCE
Jump to: navigation, search
Line 2: Line 2:
 
   - '''$skip'''  
 
   - '''$skip'''  
 
   Does nothing, skipping the default event.  
 
   Does nothing, skipping the default event.  
 +
 
   - '''$previous'''
 
   - '''$previous'''
 
   Close the current screen (page) and go to the previous one
 
   Close the current screen (page) and go to the previous one
 +
 
   - '''$next ['FileName']'''
 
   - '''$next ['FileName']'''
 
   Save the current items on the selected page. FileName is used to skip some steps in the wizard. If the wizard is in  “One-Page mode” will finish the settings right here.
 
   Save the current items on the selected page. FileName is used to skip some steps in the wizard. If the wizard is in  “One-Page mode” will finish the settings right here.
 +
 
   - '''$call 'scriptname' '''
 
   - '''$call 'scriptname' '''
 
   Calls one system command;
 
   Calls one system command;

Revision as of 15:06, 17 April 2006

This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007. In general any information should apply to LinuxMCE. However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.
At events the possible actions that user may do:
 - $skip 
 Does nothing, skipping the default event. 
 - $previous
 Close the current screen (page) and go to the previous one
 - $next ['FileName']
 Save the current items on the selected page. FileName is used to skip some steps in the wizard. If the wizard is in  “One-Page mode” will finish the settings right here.
 - $call 'scriptname' 
 Calls one system command;