Skip to content
Chris Zieba edited this page Jun 8, 2015 · 4 revisions

The master variable, which is available in all stylesheets, has the following methods and properties:

###Example

{ 
  q0_3: { 
     values: { 
         q0_3: 'di2', 
         label: {
            'di2': 'Dropdown item 2'
         }
     },
     type: 'text_dropdown',
     section: 'field',
     name: 'q0_3',
     loop_name: '',
     loop: false,
     qid: 'q0',
     question: {},
     label: '',
     getLabel: [Function],
     getAnswer: [Function],
     isLoop: [Function] 
  }
}
Clone this wiki locally