"Widget settings"
Bootstrap 3.3.0 Snippet by PeterElsys

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <form class="form-horizontal"> <fieldset> <!-- Form Name --> <legend>Widget settings</legend> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="widgetName">Widget name</label> <div class="col-md-4"> <input id="widgetName" name="widgetName" placeholder="no name" class="form-control input-md" type="text"> </div> </div> <hr> <!-- Select Basic --> <div class="form-group"> <label class="col-md-4 control-label" for="selectbasic">Block type</label> <div class="col-md-4"> <select id="selectbasic" name="selectbasic" class="form-control"> <option value="clockChart">Clock chart</option> <option value="lineChart">Line Chart</option> </select> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="sensorId">Sensor Id</label> <div class="col-md-4"> <input id="sensorId" name="sensorId" placeholder="A81758FFFE000000" class="form-control input-md" type="text"> </div> </div> <!-- Button --> <div class="form-group"> <label class="col-md-4 control-label" for="FormAddBlock"></label> <div class="col-md-4 text-right"> <button id="FormAddBlock" name="FormAddBlock" class="btn btn-primary">Add</button> </div> </div> </fieldset> </form> </div> </div>

Related: See More


Questions / Comments: