Hi Chathura, Syntax highlighting for BPMN xml is also done. I achieved this by embedding the SyntaxHighlighter <https://code.google.com/p/syntaxhighlighter/>.
Please find the patch @ https://wso2.org/jira/browse/BPS-485 I have a BPMN sample for testing the instance variables but in-order to start the process we need to pass the variable values. Since this will support only after implementing the Jaggery app for Human-UI, I think we will have to find an alternative way to create an instance from a process with variables. <https://wso2.org/jira/browse/BPS-485> Thank you & Best regards, *Amal Gunatilake* Software Engineer WSO2 Inc.; http://wso2.com lean.enterprise.middleware On Tue, Mar 18, 2014 at 3:52 PM, Chathura Ekanayake <[email protected]>wrote: > > Applied the patch. Nice work Amal. > > I think now we are almost done with the BPMN admin UI. > > TODOS: > - Test instance variables view in the UI > - Add syntax highlighting to BPMN xml view (if possible) > > Regards, > Chathura > > > > On Tue, Mar 18, 2014 at 2:53 PM, Amal Gunatilake <[email protected]> wrote: > >> Hi Chathura, >> >> The Activiti sends the Image as a InputStream. I convert it to a byte >> array String at the back end and once receive it at the front end UI >> component, I convert it to data uri byte array String. This way we will not >> need to write it to temporary image file. Instead we can straightaway set >> the data uri to image src attribute, which will render image at the jsp >> page. >> >> Please find the patch @ https://wso2.org/jira/browse/BPS-481 >> >> Thank you & Best regards, >> >> *Amal Gunatilake* >> Software Engineer >> WSO2 Inc.; http://wso2.com >> lean.enterprise.middleware >> > >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
