Skip to content

Commit

Permalink
Wagon: Deploying sitegen to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
FuseSource CI committed Nov 25, 2013
1 parent 4565bdd commit 0d7b055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/forms/index.html
Expand Up @@ -216,7 +216,7 @@ <h2 id = "Using_custom_controls">Using custom controls</h2>

<p>To use a custom control use the <strong>formTemplate</strong> entry on a property to define the AngularJS partial to be used to render the form control. This lets you use any AngularJS directive or widget.</p>

<p>For example if you search for <strong>formTemplate</strong> in the <a href="https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/camel/js/camelModel.js#L120">code generated Camel json schema file</a> you will see how the <strong>description</strong> property uses a <em>textarea</em></p>
<p>For example if you search for <strong>formTemplate</strong> in the <a href="https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/lib/camelModel.js#L120">code generated Camel json schema file</a> you will see how the <strong>description</strong> property uses a <em>textarea</em></p>

<h2 id = "Live_example">Live example</h2>

Expand Down

0 comments on commit 0d7b055

Please sign in to comment.