<p dir="ltr">Great stuff Alexandre,</p>
<p dir="ltr">Could you please add the same brief text to the User Guide when you get a moment. </p>
<p dir="ltr">Thanks</p>
<p dir="ltr">Sent on the move</p>
<div class="gmail_quote">On 3 Mar 2014 20:50, &quot;Alexandre Porcelli&quot; &lt;<a href="mailto:porcelli@redhat.com">porcelli@redhat.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
For those interested on embedding workbench editors/perspectives into your own applications, here is the doc related to it that I just pushed to our docs github repository:<br>
<br>
Embedding Workbench In Your Application<br>
<br>
As we already know, Workbench provides a set of editors to author assets in different formats. According to asset&rsquo;s format a specialized editor is used.<br>
<br>
One additional feature provided by Workbench is the ability to embed it in your own (Web) Applications thru it&#39;sstandalone mode. So, if you want to edit rules, processes, decision tables, etc... in your own applications without switch to Workbench, you can.<br>

<br>
In order to embed Workbench in your application all you&#39;ll need is the Workbench application deployed and running in a web/application server and, from within your own web applications, an iframe with proper HTTP query parameters as described in the following table.<br>

<br>
Table HTTP query parameters for standalone mode<br>
<br>
Parameter Name &nbsp;Explanation &nbsp; &nbsp; Allow multiple values &nbsp; Example<br>
standalone &nbsp; &nbsp; &nbsp;With just the presence of this parameter workbench will switch to standalone mode. &nbsp; &nbsp; &nbsp;no &nbsp; &nbsp; &nbsp;(none)<br>
path &nbsp; &nbsp;Path to the asset to be edited. Note that asset should already exists. &nbsp;no &nbsp; &nbsp; &nbsp;git://master@uf-playground/<a href="http://todo.md" target="_blank">todo.md</a><br>
perspective &nbsp; &nbsp; Reference to an existing perspective name. &nbsp; &nbsp; &nbsp;no &nbsp; &nbsp; &nbsp;org.guvnor.m2repo.client.perspectives.GuvnorM2RepoPerspective<br>
header &nbsp;Defines the name of the header that should be displayed (useful for context menu headers). &nbsp; &nbsp; &nbsp;yes &nbsp; &nbsp; ComplementNavArea<br>
<br>
Note<br>
Path and Perspective parameters are mutual exclusive, so can&#39;t be used together.<br>
<br>
<br>
Regards,<br>
---<br>
Alexandre Porcelli<br>
Principal Software Engineer<br>
Red Hat Business Systems and Intelligence Group<br>
<br>
<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</blockquote></div>