33 строки
1.5 KiB
HTML
33 строки
1.5 KiB
HTML
<div ng-controller="DialogCtrl">
|
|
<div class="content-container-fluid">
|
|
<div class="row">
|
|
<div class="cols-sample-area" style="height:400px;position:relative;">
|
|
<button id="btnOpen" ej-button e-click="openDialog">Open Dialog</button>
|
|
<div id="dialog" ej-dialog e-title="Dialog" e-title="Audi Q3 Drive" e-close="closeDialog" e-target=".cols-sample-area">
|
|
<h1>Audi Q3</h1>
|
|
<div class="cnt">
|
|
It is a concept vehicle with Liquid Silver body colour, 20-inch wheels, fabric folding roof, electrically-controlled hood,
|
|
4-cylinder 2.0 TDI engine rated 204 PS (150 kW; 201 hp) and 400 N·m (295.02 lbf·ft), diesel particulate filter
|
|
and Bluetec emission control system, quattro permanent four-wheel drive system with Haldex clutch, Audi S
|
|
tronic dual-clutch gearbox, McPherson-strut front axle and a four-link rear axle, Audi drive select system
|
|
with 3 modes (dynamic, sport, efficiency), MMI control panel with touch pad and dual-view technology, sound
|
|
system with the prominent extending tweeters.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<style>
|
|
.contentchild {
|
|
height: 500px;
|
|
}
|
|
.router{
|
|
margin-top: 0px;
|
|
}
|
|
.row .cols-sample-area {
|
|
position: relative;
|
|
overflow: auto;
|
|
}
|
|
</style>
|