39 строки
1015 B
HTML
39 строки
1015 B
HTML
<div ng-controller="AutocompleteAutoFillCtrl">
|
|
<div class="content-container-fluid">
|
|
<div class="row">
|
|
<div class="cols-sample-area">
|
|
<div class="frame">
|
|
<div class="angularbind">
|
|
<div id="control">
|
|
<input id="autofill" type="text" ej-autocomplete e-datasource="autoFilldataList" e-watermarktext="Select a flower" e-enableautofill="true" e-width="100%" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<style type="text/css" class="cssStyles">
|
|
.angularbind > div {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
#control {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.txt {
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.input {
|
|
height: 25px;
|
|
text-indent: 12px;
|
|
width: 99%;
|
|
}
|
|
</style>
|
|
</div>
|
|
|
|
|