Skip to content

Commit 424ed45

Browse files
SaravanaPriya31SaravanaPriya31
SaravanaPriya31
authored and
SaravanaPriya31
committed
Merge branch 'hotfix/hotfix-v25.1.35' of https://github.com/syncfusion-content/ej2-asp-core-mvc-docs into 875662-hotfix
2 parents b5ddc6c + 8a9050c commit 424ed45

File tree

245 files changed

+7069
-908
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

245 files changed

+7069
-908
lines changed
Lines changed: 17 additions & 0 deletions
Lines changed: 17 additions & 0 deletions
Lines changed: 17 additions & 0 deletions
Lines changed: 18 additions & 0 deletions
Lines changed: 18 additions & 0 deletions
Lines changed: 17 additions & 0 deletions

ej2-asp-core-mvc/chart/EJ2_ASP.NETCORE/category-axis.md

Lines changed: 6 additions & 2 deletions

ej2-asp-core-mvc/chart/EJ2_ASP.NETCORE/logarithmic-axis.md

Lines changed: 6 additions & 2 deletions

ej2-asp-core-mvc/code-snippet/chart/getting-started/multi-export/tagHelper

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
document.getElementById('button').onclick = () => {
2020
var chart = document.getElementById('container').ej2_instances[0];
2121
var chart1 = document.getElementById('container1').ej2_instances[0];
22-
chart.export('PNG', 'chart', 'Landscape', [chart,chart1]);
22+
chart.exportModule.export('PNG', 'chart', 'Landscape', [chart,chart1]);
2323
};
24-
</script>
24+
</script>
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
@Html.EJS().DocumentEditorContainer("container").Created("onCreated").EnableToolbar(true).Render()
2+
3+
<script>
4+
var documenteditor;
5+
var container;
6+
function onCreated() {
7+
var documenteditorElement = document.getElementById('container');
8+
container = documenteditorElement.ej2_instances[0];
9+
documenteditor = container.documentEditor;
10+
let mentionData = [
11+
{ "Name": "Selma Rose", "Eimg": "3", "EmailId": "selma@mycompany.com" },
12+
{ "Name": "Russo Kay", "Eimg": "8", "EmailId": "russo@mycompany.com" },
13+
{ "Name": "Camden Kate", "Eimg": "9", "EmailId": "camden@mycompany.com" },
14+
{ "Name": "Mary Kate", "Eimg": "4", "EmailId": "marry@mycompany.com" },
15+
{ "Name": "Ursula Ann", "Eimg": "2", "EmailId": "ursula@mycompany.com" },
16+
{ "Name": "Margaret", "Eimg": "5", "EmailId": "margaret@mycompany.com" },
17+
{ "Name": "Laura Grace", "Eimg": "6", "EmailId": "laura@mycompany.com" },
18+
{ "Name": "Robert", "Eimg": "8", "EmailId": "robert@mycompany.com" },
19+
{ "Name": "Albert", "Eimg": "9", "EmailId": "albert@mycompany.com" },
20+
{ "Name": "Michale", "Eimg": "10", "EmailId": "michale@mycompany.com" },
21+
{ "Name": "Andrew James", "Eimg": "7", "EmailId": "james@mycompany.com" },
22+
{ "Name": "Rosalie", "Eimg": "4", "EmailId": "rosalie@mycompany.com" },
23+
{ "Name": "Stella Ruth", "Eimg": "2", "EmailId": "stella@mycompany.com" },
24+
{ "Name": "Richard Rose", "Eimg": "10", "EmailId": "richard@mycompany.com" },
25+
{ "Name": "Gabrielle", "Eimg": "3", "EmailId": "gabrielle@mycompany.com" },
26+
{ "Name": "Thomas", "Eimg": "7", "EmailId": "thomas@mycompany.com" },
27+
{ "Name": "Charles Danny", "Eimg": "8", "EmailId": "charles@mycompany.com" },
28+
{ "Name": "Daniel", "Eimg": "10", "EmailId": "daniel@mycompany.com" },
29+
{ "Name": "Matthew", "Eimg": "7", "EmailId": "matthew@mycompany.com" },
30+
{ "Name": "Donald Krish", "Eimg": "9", "EmailId": "donald@mycompany.com" },
31+
{ "Name": "Yohana", "Eimg": "1", "EmailId": "yohana@mycompany.com" },
32+
{ "Name": "Kevin Paul", "Eimg": "10", "EmailId": "kevin@mycompany.com" },
33+
{ "Name": "Andrew Fuller", "Eimg": "3", "EmailId": "andrew@mycompany.com"}
34+
];
35+
container.documentEditorSettings.mentionSettings = { dataSource: mentionData, fields: { text: 'Name' }};
36+
}
37+
</script>
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
2+
<ejs-documenteditorcontainer id="container" serviceUrl="/api/DocumentEditor/" enableToolbar=true created="onCreated" height="590px"></ejs-documenteditorcontainer>
3+
4+
<script>
5+
var documenteditor;
6+
var container;
7+
function onCreated() {
8+
var documenteditorElement = document.getElementById('container');
9+
container = documenteditorElement.ej2_instances[0];
10+
documenteditor = container.documentEditor;
11+
let mentionData = [
12+
{ "Name": "Selma Rose", "Eimg": "3", "EmailId": "selma@mycompany.com" },
13+
{ "Name": "Russo Kay", "Eimg": "8", "EmailId": "russo@mycompany.com" },
14+
{ "Name": "Camden Kate", "Eimg": "9", "EmailId": "camden@mycompany.com" },
15+
{ "Name": "Mary Kate", "Eimg": "4", "EmailId": "marry@mycompany.com" },
16+
{ "Name": "Ursula Ann", "Eimg": "2", "EmailId": "ursula@mycompany.com" },
17+
{ "Name": "Margaret", "Eimg": "5", "EmailId": "margaret@mycompany.com" },
18+
{ "Name": "Laura Grace", "Eimg": "6", "EmailId": "laura@mycompany.com" },
19+
{ "Name": "Robert", "Eimg": "8", "EmailId": "robert@mycompany.com" },
20+
{ "Name": "Albert", "Eimg": "9", "EmailId": "albert@mycompany.com" },
21+
{ "Name": "Michale", "Eimg": "10", "EmailId": "michale@mycompany.com" },
22+
{ "Name": "Andrew James", "Eimg": "7", "EmailId": "james@mycompany.com" },
23+
{ "Name": "Rosalie", "Eimg": "4", "EmailId": "rosalie@mycompany.com" },
24+
{ "Name": "Stella Ruth", "Eimg": "2", "EmailId": "stella@mycompany.com" },
25+
{ "Name": "Richard Rose", "Eimg": "10", "EmailId": "richard@mycompany.com" },
26+
{ "Name": "Gabrielle", "Eimg": "3", "EmailId": "gabrielle@mycompany.com" },
27+
{ "Name": "Thomas", "Eimg": "7", "EmailId": "thomas@mycompany.com" },
28+
{ "Name": "Charles Danny", "Eimg": "8", "EmailId": "charles@mycompany.com" },
29+
{ "Name": "Daniel", "Eimg": "10", "EmailId": "daniel@mycompany.com" },
30+
{ "Name": "Matthew", "Eimg": "7", "EmailId": "matthew@mycompany.com" },
31+
{ "Name": "Donald Krish", "Eimg": "9", "EmailId": "donald@mycompany.com" },
32+
{ "Name": "Yohana", "Eimg": "1", "EmailId": "yohana@mycompany.com" },
33+
{ "Name": "Kevin Paul", "Eimg": "10", "EmailId": "kevin@mycompany.com" },
34+
{ "Name": "Andrew Fuller", "Eimg": "3", "EmailId": "andrew@mycompany.com"}
35+
];
36+
container.documentEditorSettings.mentionSettings = { dataSource: mentionData, fields: { text: 'Name' }};
37+
}
38+
</script>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
public ActionResult Default()
2+
{
3+
return View();
4+
}
5+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@Html.EJS().DocumentEditorContainer("container").EnableToolbar(true).DocumentEditorSettings("settings").Render()
2+
<script>
3+
var settings = { colorPickerSettings: { mode: 'Palette', modeSwitcher: true, showButtons: true } };
4+
</script>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<ejs-documenteditorcontainer id="container" documentEditorSettings="settings" enableToolbar=true height="590px"></ejs-documenteditorcontainer>
2+
3+
<script>
4+
var settings = { colorPickerSettings: { mode: 'Palette', modeSwitcher: true, showButtons: true } };
5+
</script>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
public ActionResult Default()
2+
{
3+
return View();
4+
}
5+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
@Html.EJS().Button("export").Content("Export").Render()
2+
<div id="documenteditor" style="width:100%;height:100%">
3+
@Html.EJS().DocumentEditorContainer("container").IsReadOnly(false).EnableEditor(true).EnableSelection(true).EnableSfdtExport(true).Render()
4+
</div>
5+
6+
<script>
7+
var documenteditor;
8+
document.addEventListener('DOMContentLoaded', function () {
9+
var documenteditorElement = document.getElementById("container");
10+
container = documenteditorElement.ej2_instances[0];
11+
container.resize();
12+
document.getElementById('export').addEventListener('click', function () {
13+
container.documentEditor.saveAsBlob('Docx');
14+
});
15+
});
16+
</script>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<ejs-button id="export">Export</ejs-button>
2+
<div id="documenteditor" style="width:100%;height:100%">
3+
<ejs-documenteditorcontainer id="container" isReadOnly=false enableEditor=true enableSelection=true enableSfdtExport=true></ejs-documenteditorcontainer>
4+
</div>
5+
6+
<script>
7+
var documenteditor;
8+
document.addEventListener('DOMContentLoaded', function () {
9+
var documenteditorElement = document.getElementById("container");
10+
container = documenteditorElement.ej2_instances[0];
11+
container.resize();
12+
document.getElementById('export').addEventListener('click', function () {
13+
container.documentEditor.saveAsBlob('Docx');
14+
});
15+
});
16+
</script>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
public ActionResult Default()
2+
{
3+
return View();
4+
}
5+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
@Html.EJS().Button("export").Content("Export").Render()
2+
<div id="documenteditor" style="width:100%;height:100%">
3+
@Html.EJS().DocumentEditorContainer("container").IsReadOnly(false).EnableEditor(true).EnableSelection(true).EnableSfdtExport(true).Render()
4+
</div>
5+
6+
<script>
7+
var documenteditor;
8+
document.addEventListener('DOMContentLoaded', function () {
9+
var documenteditorElement = document.getElementById("container");
10+
container = documenteditorElement.ej2_instances[0];
11+
container.resize();
12+
document.getElementById('export').addEventListener('click', function () {
13+
container.documentEditor.save('sample', 'Docx');
14+
});
15+
});
16+
</script>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<ejs-button id="export">Export</ejs-button>
2+
<div id="documenteditor" style="width:100%;height:100%">
3+
<ejs-documenteditorcontainer id="container" isReadOnly=false enableEditor=true enableSelection=true enableSfdtExport=true></ejs-documenteditorcontainer>
4+
</div>
5+
6+
<script>
7+
var documenteditor;
8+
document.addEventListener('DOMContentLoaded', function () {
9+
var documenteditorElement = document.getElementById("container");
10+
container = documenteditorElement.ej2_instances[0];
11+
container.resize();
12+
document.getElementById('export').addEventListener('click', function () {
13+
container.documentEditor.save('sample', 'Docx');
14+
});
15+
});
16+
</script>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
public ActionResult Default()
2+
{
3+
return View();
4+
}
5+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
@Html.EJS().Button("export").Content("Export").Render()
2+
<div id="documenteditor" style="width:100%;height:100%">
3+
@Html.EJS().DocumentEditorContainer("container").IsReadOnly(false).EnableEditor(true).EnableSelection(true).EnableSfdtExport(true).Render()
4+
</div>
5+
6+
<script>
7+
var documenteditor;
8+
document.addEventListener('DOMContentLoaded', function () {
9+
var documenteditorElement = document.getElementById("container");
10+
container = documenteditorElement.ej2_instances[0];
11+
container.resize();
12+
document.getElementById('export').addEventListener('click', function () {
13+
container.documentEditor.save('sample', 'Dotx');
14+
});
15+
});
16+
</script>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<ejs-button id="export">Export</ejs-button>
2+
<div id="documenteditor" style="width:100%;height:100%">
3+
<ejs-documenteditorcontainer id="container" isReadOnly=false enableEditor=true enableSelection=true enableSfdtExport=true></ejs-documenteditorcontainer>
4+
</div>
5+
6+
<script>
7+
var documenteditor;
8+
document.addEventListener('DOMContentLoaded', function () {
9+
var documenteditorElement = document.getElementById("container");
10+
container = documenteditorElement.ej2_instances[0];
11+
container.resize();
12+
document.getElementById('export').addEventListener('click', function () {
13+
container.documentEditor.save('sample', 'Dotx');
14+
});
15+
});
16+
</script>

0 commit comments

Comments
 (0)