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
29 lines (12 loc) • 480 B
HTML
<h1>Country</h1>
<div class="form form-horizontal" role="form">
<div class="form-group">
<label for="Code">Code</label>
<input type="text" class="form-control" id="code" name="code" placeholder="Code">
</div>
<div class="form-group">
<label for="Name">Name</label>
<input type="text" class="form-control" id="name" name="name" placeholder="Name">
</div>
<button type="button" class="btn btn-default submitForm">Submit</button>
</div>