| This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
i want to set Template for a header of segment has label and image from fabric and another Template in same segment, How.
this is my try
- selfMain.view.segFrm2.widgetDataMap = {lblTitle:"title",lblHeader:"pageTitle",logo:"pageLogo",template:"SegTem"};
- selfMain.view.segFrm2.widgetDataMap = {lblTitle:"title",lblHeader:"pageTitle",logo:"pageLogo",template:"SegTem"};
selfMain.view.segFrm2.widgetDataMap ={,lblHeader:"pageTitle",logo:"pageLogo",template:"segSec"};
Note : point 2 has two line.