Aircraft checklists: Difference between revisions

Add <binding> documentation
(How to reload checklist)
(Add <binding> documentation)
Line 16: Line 16:
*** <code><value></code> One or more values, to appear on the right hand side of the checklist. Second and and subsequent <value> tags are displayed underneath each other.  It is recommended that the <value> tags are kept short, to minimize the size of the displayed checklist.
*** <code><value></code> One or more values, to appear on the right hand side of the checklist. Second and and subsequent <value> tags are displayed underneath each other.  It is recommended that the <value> tags are kept short, to minimize the size of the displayed checklist.
*** <code><condition></code> An optional [[Howto:Animate models#Conditions|condition node]] that evaluates when the checklist item is complete. Incomplete checklist items are shown in yellow, while completed items are shown in green.
*** <code><condition></code> An optional [[Howto:Animate models#Conditions|condition node]] that evaluates when the checklist item is complete. Incomplete checklist items are shown in yellow, while completed items are shown in green.
*** <code><marker></code> An optional marker node that is used to display a circle around a control when the user clicks a "?" button next to the item.  This contains <x-m>, <y-m>, <z-m> and <scale> sub-elements and uses the [[Tutorials#Marker|tutorial marker]].
*** <code><marker></code> An optional marker node that is used to display a circle around a control when the user clicks a "?" button next to the item.  This contains <x-m>, <y-m>, <z-m> and <scale> sub-elements and uses the  
*** <code><binding></code> Zero or more XML bindings that are used by the simulator to execute the checklist item if the user clicks on a ">" button next to the item.
[[Tutorials#Marker|tutorial marker]].


For simple checklists the <page> element can be omitted and <item> entries placed directly under the <checklist>.
For simple checklists the <page> element can be omitted and <item> entries placed directly under the <checklist>.
Line 41: Line 43:
         <scale>2.0500</scale>
         <scale>2.0500</scale>
       </marker>       
       </marker>       
      <binding>
        <command>property-assign</command>
        <value>0</value>
      </binding>
     </item>
     </item>
     <item>
     <item>