grunt-doctrine
Version:
Grunt plugin to convert doctrine xml annotations into backbone models and collections. Useful in conjunction with doctrine apigility. Includes option to scaffold an entire BBB application
28 lines (12 loc) • 481 B
HTML
<h1>Role</h1>
<div class="form form-horizontal" role="form">
<div class="form-group">
<label for="Name">Name</label>
<input type="text" class="form-control" id="name" name="name" placeholder="Name">
</div>
<div class="form-group">
<label for="Label">Label</label>
<input type="text" class="form-control" id="label" name="label" placeholder="Label">
</div>
<button type="button" class="btn btn-default submitForm">Submit</button>
</div>