UUF does not do client-side rendering (as per 1.0.0-m7 release). What you can do is, put the Handlebars template (that you want in the client-side) inside the public directory e.g. .../public/templates/my-template.hbs and in the client-side, get that template using AJAX and render it.
On Fri, Nov 11, 2016 at 2:05 PM, Yasima Dewmini <[email protected]> wrote: > Hi, > > I'm working on UUF for API Manager. I need to do some client-side > rendering. The only solution I found is to have handlebar templates for the > items that need to be rendered in client-side. My question is, is there any > standard way to write those templates (Eg. inside public folder?)? > > OR > > Are there any other ways to achieve $subject? > > Any thoughts regarding this would be appreciated. > > Regards, > Yasima. > > -- > http://wso2.com/signatureYasima Dewmini > Software Engineer, WSO2, Inc. > Email: [email protected] > Mobile: +94713117081 > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Sajith Janaprasad Ariyarathna Software Engineer; WSO2, Inc.; http://wso2.com/ <https://wso2.com/signature>
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
