Skip to content

Commit 8397373

Browse files
author
pipeline
committed
feature(EJ2-3579): Update the input sample as per material changes.
1 parent 8652ef9 commit 8397373

File tree

14 files changed

+103
-73
lines changed

14 files changed

+103
-73
lines changed

src/common/samplelist.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export let samplesList: any = [
3737
'name': 'NumericTextBox', 'category': 'Editors', 'order': '03', 'path': 'numerictextbox', 'samples': numericAppRoutes
3838
},
3939
{
40-
'name': 'TextBoxes', 'category': 'Editors', 'order': '03', 'path': 'inputboxes', 'samples': textboxesAppRoutes
40+
'name': 'TextBoxes', 'category': 'Editors', 'order': '03', 'path': 'inputboxes', 'samples': textboxesAppRoutes , 'type': 'update'
4141
},
4242
{
4343
'name': 'ListView', 'category': 'Layout', 'order': '04', 'path': 'listview', 'samples': listAppRoutes

src/dialog/ajax-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/dialog/ajax.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@
88
<p>
99
This sample illustrates the external webpage content loaded inside the dialog by using AJAX library.
1010
</p>
11-
</div>
11+
</div>
12+
<style>
13+
.control-section {
14+
height: 100%;
15+
}
16+
</style>

src/dialog/basic-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/dialog/basic.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,7 @@
5656
.dlgbtn {
5757
margin-right: 10px;
5858
}
59+
.control-section {
60+
height: 100%;
61+
}
5962
</style>

src/dialog/modal-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/dialog/modal.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,9 @@
3838
<p>More information on the modal behavior of dialog can be found in this
3939
<a target="_blank" href="http://ej2.syncfusion.com/angular/documentation/dialog/getting-started.html#modal-dialog">
4040
documentation section</a>.</p>
41-
</div>
41+
</div>
42+
<style>
43+
.control-section {
44+
height: 100%;
45+
}
46+
</style>

src/dialog/rtl-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/dialog/rtl.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@
1111
This sample is rendered with Arabic language and written from Right to Left.
1212
To enable this RTL support in Dialog set enableRTL property as true.
1313
</p>
14-
</div>
14+
</div>
15+
<style>
16+
.control-section {
17+
height: 100%;
18+
}
19+
</style>

src/textboxes/default-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)