Changeset 1749775
- Timestamp:
- 10/20/2017 09:32:46 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lisette-cost-calculator/trunk/readme.txt
r1749762 r1749775 38 38 39 39 New items can be added, for example teenage age: 40 40 41 'question' => 'Age', 41 42 'answers' => [ … … 50 51 51 52 If caption too long add "small" parameter: 53 52 54 'question' => 'Model', 53 55 'answers' => [ … … 56 58 'image' => 'with-lifting.jpg', 57 59 'value' => 230, 58 'small' => true 60 'small' => true, 59 61 ], 60 62 ], 61 63 62 64 If parameter "image" is not specified, item will be printed without image. 65 63 66 'question' => 'Price class', 64 67 'answers' => [ 65 68 ['caption' => 'econom', 'value' => '*1'], 66 69 ['caption' => 'elite', 'value' => '*2'], 70 ],
Note: See TracChangeset
for help on using the changeset viewer.