49 строки
1.2 KiB
HTML
49 строки
1.2 KiB
HTML
|
<div ng-controller="ComboBoxRtlCtrl">
|
||
|
<div class="content-container-fluid">
|
||
|
<div class="row">
|
||
|
<div class="cols-sample-area">
|
||
|
<div class="frame">
|
||
|
<div class="angularbind">
|
||
|
<div id="control">
|
||
|
<input type="text" id="combortl" ej-combobox e-datasource="rtldataList" e-placeholder="Select a car" e-enableRtl="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%;
|
||
|
}
|
||
|
.frame{
|
||
|
width:350px;
|
||
|
border: 1px solid #BBBCBB;
|
||
|
border-radius: 10px;
|
||
|
width: 350px;
|
||
|
color: #5C5C5C;
|
||
|
padding: 30px;
|
||
|
margin: auto;
|
||
|
display: table;
|
||
|
}
|
||
|
</style>
|
||
|
</div>
|
||
|
|
||
|
|