|
Previous: androPage YAML Specifics
AndroPage SmartyAndroPage's can not only be defined to use an automatic layout but they can also be defined to use a template There a couple of extra properties that can be used on a AndroPage using Smarty AndroPage Smarty Properties
The smarty template will have a variable assigned to it the same name of the section. If you do not specify a section, a section called default will be applied. If you want this page to be public please see the section of Web Programming- Public Pages Sample AndroPage Smarty YAML file1:options: 2: title: Reviews 3: 4:section reviews: 5: table books: 6: column name_book: 7: compare: = @writtenby 8: column isbn: 9: table reviews: 10: column ts_ins: 11: column uid_ins: 12: column review: 13: 14: 15:uifilter writtenby: 16: description: Written By 17: type_id: vchar 18: colprec: 50 19: 20:template: p_reviews.tpl
Previous: androPage YAML Specifics
|
