Skip to content

Commit fb91ef4

Browse files
v30.2.4
1 parent 5e4fa70 commit fb91ef4

File tree

3,925 files changed

+1143537
-0
lines changed

Some content is hidden

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

3,925 files changed

+1143537
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#region Copyright Syncfusion® Inc. 2001-2025.
2+
// Copyright Syncfusion® Inc. 2001-2025. All rights reserved.
3+
// Use of this code is subject to the terms of our license.
4+
// A copy of the current license can be obtained at any time by e-mailing
5+
// [email protected]. Any infringement will be prosecuted under
6+
// applicable laws.
7+
#endregion
8+
using System;
9+
using System.Collections.Generic;
10+
using System.Linq;
11+
using System.Threading.Tasks;
12+
using Microsoft.AspNetCore.Mvc;
13+
14+
namespace EJ2CoreSampleBrowser.Controllers
15+
{
16+
public partial class DocumentEditorController : Controller
17+
{
18+
public IActionResult AutoSave()
19+
{
20+
List<object> exportItems = new List<object>();
21+
exportItems.Add(new { text = "Syncfusion Document Text (*.sfdt)", id = "sfdt" });
22+
exportItems.Add(new { text = "Word Document (*.docx)", id = "word" });
23+
exportItems.Add(new { text = "Word Template (*.dotx)", id = "dotx" });
24+
exportItems.Add(new { text = "Plain Text (*.txt)", id = "txt" });
25+
ViewData["ExportItems"] = exportItems;
26+
return View();
27+
}
28+
}
29+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#region Copyright Syncfusion® Inc. 2001-2025.
2+
// Copyright Syncfusion® Inc. 2001-2025. All rights reserved.
3+
// Use of this code is subject to the terms of our license.
4+
// A copy of the current license can be obtained at any time by e-mailing
5+
// [email protected]. Any infringement will be prosecuted under
6+
// applicable laws.
7+
#endregion
8+
using System;
9+
using System.Collections.Generic;
10+
using System.Linq;
11+
using Microsoft.AspNetCore.Mvc;
12+
13+
namespace EJ2CoreSampleBrowser.Controllers {
14+
public partial class DocumentEditorController : Controller
15+
{
16+
public ActionResult AutoShapes()
17+
{
18+
List < object > exportItems = new List<object>();
19+
exportItems.Add(new { text = "Syncfusion Document Text (*.sfdt)", id = "sfdt" });
20+
exportItems.Add(new { text = "Word Document (*.docx)", id = "word" });
21+
exportItems.Add(new { text = "Word Template (*.dotx)", id = "dotx" });
22+
exportItems.Add(new { text = "Plain Text (*.txt)", id = "txt" });
23+
ViewData["ExportItems"] = exportItems;
24+
return View();
25+
}
26+
}
27+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#region Copyright Syncfusion® Inc. 2001-2025.
2+
// Copyright Syncfusion® Inc. 2001-2025. All rights reserved.
3+
// Use of this code is subject to the terms of our license.
4+
// A copy of the current license can be obtained at any time by e-mailing
5+
// [email protected]. Any infringement will be prosecuted under
6+
// applicable laws.
7+
#endregion
8+
using System;
9+
using System.Collections.Generic;
10+
using System.Linq;
11+
using Microsoft.AspNetCore.Mvc;
12+
13+
namespace EJ2CoreSampleBrowser.Controllers {
14+
public partial class DocumentEditorController : Controller
15+
{
16+
public ActionResult BindUIToDocument()
17+
{
18+
List < object > exportItems = new List<object>();
19+
exportItems.Add(new { text = "Syncfusion Document Text (*.sfdt)", id = "sfdt" });
20+
exportItems.Add(new { text = "Word Document (*.docx)", id = "word" });
21+
exportItems.Add(new { text = "Word Template (*.dotx)", id = "dotx" });
22+
exportItems.Add(new { text = "Plain Text (*.txt)", id = "txt" });
23+
ViewData["ExportItems"] = exportItems;
24+
return View();
25+
}
26+
}
27+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#region Copyright Syncfusion® Inc. 2001-2025.
2+
// Copyright Syncfusion® Inc. 2001-2025. All rights reserved.
3+
// Use of this code is subject to the terms of our license.
4+
// A copy of the current license can be obtained at any time by e-mailing
5+
// [email protected]. Any infringement will be prosecuted under
6+
// applicable laws.
7+
#endregion
8+
using System;
9+
using System.Collections.Generic;
10+
using System.Linq;
11+
using Microsoft.AspNetCore.Mvc;
12+
13+
namespace EJ2CoreSampleBrowser.Controllers {
14+
public partial class DocumentEditorController : Controller
15+
{
16+
public ActionResult BulletsAndNumbering()
17+
{
18+
List < object > exportItems = new List<object>();
19+
exportItems.Add(new { text = "Syncfusion Document Text (*.sfdt)", id = "sfdt" });
20+
exportItems.Add(new { text = "Word Document (*.docx)", id = "word" });
21+
exportItems.Add(new { text = "Word Template (*.dotx)", id = "dotx" });
22+
exportItems.Add(new { text = "Plain Text (*.txt)", id = "txt" });
23+
ViewData["ExportItems"] = exportItems;
24+
return View();
25+
}
26+
}
27+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#region Copyright Syncfusion® Inc. 2001-2025.
2+
// Copyright Syncfusion® Inc. 2001-2025. All rights reserved.
3+
// Use of this code is subject to the terms of our license.
4+
// A copy of the current license can be obtained at any time by e-mailing
5+
// [email protected]. Any infringement will be prosecuted under
6+
// applicable laws.
7+
#endregion
8+
using System;
9+
using System.Collections.Generic;
10+
using System.Linq;
11+
using Microsoft.AspNetCore.Mvc;
12+
13+
namespace EJ2CoreSampleBrowser.Controllers {
14+
public partial class DocumentEditorController : Controller
15+
{
16+
public ActionResult CharacterFormat()
17+
{
18+
List < object > exportItems = new List<object>();
19+
exportItems.Add(new { text = "Syncfusion Document Text (*.sfdt)", id = "sfdt" });
20+
exportItems.Add(new { text = "Word Document (*.docx)", id = "word" });
21+
exportItems.Add(new { text = "Word Template (*.dotx)", id = "dotx" });
22+
exportItems.Add(new { text = "Plain Text (*.txt)", id = "txt" });
23+
ViewData["ExportItems"] = exportItems;
24+
return View();
25+
}
26+
}
27+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#region Copyright Syncfusion® Inc. 2001-2025.
2+
// Copyright Syncfusion® Inc. 2001-2025. All rights reserved.
3+
// Use of this code is subject to the terms of our license.
4+
// A copy of the current license can be obtained at any time by e-mailing
5+
// [email protected]. Any infringement will be prosecuted under
6+
// applicable laws.
7+
#endregion
8+
using System;
9+
using System.Collections.Generic;
10+
using System.Linq;
11+
using System.Threading.Tasks;
12+
using Microsoft.AspNetCore.Mvc;
13+
14+
namespace EJ2CoreSampleBrowser.Controllers
15+
{
16+
public partial class DocumentEditorController : Controller
17+
{
18+
public ActionResult Chart()
19+
{
20+
List<object> exportItems = new List<object>();
21+
exportItems.Add(new { text = "Syncfusion Document Text (*.sfdt)", id = "sfdt" });
22+
exportItems.Add(new { text = "Word Document (*.docx)", id = "word" });
23+
exportItems.Add(new { text = "Word Template (*.dotx)", id = "dotx" });
24+
exportItems.Add(new { text = "Plain Text (*.txt)", id = "txt" });
25+
ViewData["ExportItems"] = exportItems;
26+
return View();
27+
}
28+
}
29+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#region Copyright Syncfusion® Inc. 2001-2025.
2+
// Copyright Syncfusion® Inc. 2001-2025. All rights reserved.
3+
// Use of this code is subject to the terms of our license.
4+
// A copy of the current license can be obtained at any time by e-mailing
5+
// [email protected]. Any infringement will be prosecuted under
6+
// applicable laws.
7+
#endregion
8+
using System;
9+
using System.Collections.Generic;
10+
using System.Linq;
11+
using Microsoft.AspNetCore.Mvc;
12+
13+
namespace EJ2CoreSampleBrowser.Controllers {
14+
public partial class DocumentEditorController : Controller
15+
{
16+
public ActionResult ColorpickerCustomization()
17+
{
18+
List < object > exportItems = new List<object>();
19+
exportItems.Add(new { text = "Syncfusion Document Text (*.sfdt)", id = "sfdt" });
20+
exportItems.Add(new { text = "Word Document (*.docx)", id = "word" });
21+
exportItems.Add(new { text = "Word Template (*.dotx)", id = "dotx" });
22+
exportItems.Add(new { text = "Plain Text (*.txt)", id = "txt" });
23+
ViewData["ExportItems"] = exportItems;
24+
return View();
25+
}
26+
}
27+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#region Copyright Syncfusion® Inc. 2001-2025.
2+
// Copyright Syncfusion® Inc. 2001-2025. All rights reserved.
3+
// Use of this code is subject to the terms of our license.
4+
// A copy of the current license can be obtained at any time by e-mailing
5+
// [email protected]. Any infringement will be prosecuted under
6+
// applicable laws.
7+
#endregion
8+
using System;
9+
using System.Collections.Generic;
10+
using System.Linq;
11+
using Microsoft.AspNetCore.Mvc;
12+
13+
namespace EJ2CoreSampleBrowser.Controllers {
14+
public partial class DocumentEditorController : Controller
15+
{
16+
public ActionResult Comments()
17+
{
18+
List < object > exportItems = new List<object>();
19+
exportItems.Add(new { text = "Syncfusion Document Text (*.sfdt)", id = "sfdt" });
20+
exportItems.Add(new { text = "Word Document (*.docx)", id = "word" });
21+
exportItems.Add(new { text = "Word Template (*.dotx)", id = "dotx" });
22+
exportItems.Add(new { text = "Plain Text (*.txt)", id = "txt" });
23+
ViewData["ExportItems"] = exportItems;
24+
return View();
25+
}
26+
}
27+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#region Copyright Syncfusion® Inc. 2001-2025.
2+
// Copyright Syncfusion® Inc. 2001-2025. All rights reserved.
3+
// Use of this code is subject to the terms of our license.
4+
// A copy of the current license can be obtained at any time by e-mailing
5+
// [email protected]. Any infringement will be prosecuted under
6+
// applicable laws.
7+
#endregion
8+
using System;
9+
using System.Collections.Generic;
10+
using System.Linq;
11+
using System.Threading.Tasks;
12+
using Microsoft.AspNetCore.Mvc;
13+
14+
namespace EJ2CoreSampleBrowser.Controllers
15+
{
16+
public partial class DocumentEditorController : Controller
17+
{
18+
public ActionResult CustomContextMenu()
19+
{
20+
List<object> exportItems = new List<object>();
21+
exportItems.Add(new { text = "Syncfusion Document Text (*.sfdt)", id = "sfdt" });
22+
exportItems.Add(new { text = "Word Document (*.docx)", id = "word" });
23+
exportItems.Add(new { text = "Word Template (*.dotx)", id = "dotx" });
24+
exportItems.Add(new { text = "Plain Text (*.txt)", id = "txt" });
25+
ViewData["ExportItems"] = exportItems;
26+
return View();
27+
}
28+
}
29+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#region Copyright Syncfusion® Inc. 2001-2025.
2+
// Copyright Syncfusion® Inc. 2001-2025. All rights reserved.
3+
// Use of this code is subject to the terms of our license.
4+
// A copy of the current license can be obtained at any time by e-mailing
5+
// [email protected]. Any infringement will be prosecuted under
6+
// applicable laws.
7+
#endregion
8+
using System;
9+
using System.Collections.Generic;
10+
using System.Linq;
11+
using Microsoft.AspNetCore.Mvc;
12+
13+
namespace EJ2CoreSampleBrowser.Controllers {
14+
public partial class DocumentEditorController : Controller
15+
{
16+
public ActionResult Default()
17+
{
18+
List < object > exportItems = new List<object>();
19+
exportItems.Add(new { text = "Syncfusion Document Text (*.sfdt)", id = "sfdt" });
20+
exportItems.Add(new { text = "Word Document (*.docx)", id = "word" });
21+
exportItems.Add(new { text = "Word Template (*.dotx)", id = "dotx" });
22+
exportItems.Add(new { text = "Plain Text (*.txt)", id = "txt" });
23+
ViewData["ExportItems"] = exportItems;
24+
return View();
25+
}
26+
}
27+
}

0 commit comments

Comments
 (0)