Implement Screen Widget Renderer for Fo (Formatting Objects)
------------------------------------------------------------ Key: OFBIZ-809 URL: https://issues.apache.org/jira/browse/OFBIZ-809 Project: OFBiz (The Open for Business Project) Issue Type: New Feature Components: framework Reporter: Jacopo Cappellato Priority: Minor Implement a new class to render a screen widget definition with xsl-fo markup. The class should live in the package: package org.ofbiz.widget.fo; and its name should be: public class FoScreenRenderer implements ScreenStringRenderer { ... It should be very similar to org.ofbiz.widget.html.HtmlScreenRenderer This class, together with the existing FoFormRenderer (that is the equivalent of HtmlFormRenderer), will provide a way to export a screen definition in xsl-fo (and then PDF, XML, etc...) instead of html as is now. Any volunteers? I would be more than happy to help with implementation details. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-809: --------------------------------------- Assignee: Jacopo Cappellato > Implement Screen Widget Renderer for Fo (Formatting Objects) > ------------------------------------------------------------ > > Key: OFBIZ-809 > URL: https://issues.apache.org/jira/browse/OFBIZ-809 > Project: OFBiz (The Open for Business Project) > Issue Type: New Feature > Components: framework > Reporter: Jacopo Cappellato > Assigned To: Jacopo Cappellato > Priority: Minor > > Implement a new class to render a screen widget definition with xsl-fo markup. > The class should live in the package: > package org.ofbiz.widget.fo; > and its name should be: > public class FoScreenRenderer implements ScreenStringRenderer { > ... > It should be very similar to org.ofbiz.widget.html.HtmlScreenRenderer > This class, together with the existing FoFormRenderer (that is the equivalent of HtmlFormRenderer), will provide a way to export a screen definition in xsl-fo (and then PDF, XML, etc...) instead of html as is now. > Any volunteers? I would be more than happy to help with implementation details. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-809. ----------------------------------- Resolution: Fixed rev. 545225 > Implement Screen Widget Renderer for Fo (Formatting Objects) > ------------------------------------------------------------ > > Key: OFBIZ-809 > URL: https://issues.apache.org/jira/browse/OFBIZ-809 > Project: OFBiz > Issue Type: New Feature > Components: framework > Reporter: Jacopo Cappellato > Assignee: Jacopo Cappellato > Priority: Minor > > Implement a new class to render a screen widget definition with xsl-fo markup. > The class should live in the package: > package org.ofbiz.widget.fo; > and its name should be: > public class FoScreenRenderer implements ScreenStringRenderer { > ... > It should be very similar to org.ofbiz.widget.html.HtmlScreenRenderer > This class, together with the existing FoFormRenderer (that is the equivalent of HtmlFormRenderer), will provide a way to export a screen definition in xsl-fo (and then PDF, XML, etc...) instead of html as is now. > Any volunteers? I would be more than happy to help with implementation details. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |