Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Before starting, ensure you have the following:

## Set Up the Environment

Follow the [Getting Started](../js/es5-getting-started.md) guide to configure and render the AI AssistView control in your application.
Follow the [Getting Started](https://ej2.syncfusion.com/javascript/documentation/ai-assistview/es5-getting-started) guide to configure and render the AI AssistView control in your application.

## Install Dependencies

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Before starting, ensure you have the following:

## Set Up the Environment

Follow the [Getting Started](../js/es5-getting-started.md) guide to configure and render the AI AssistView control in your application.
Follow the [Getting Started](https://ej2.syncfusion.com/javascript/documentation/ai-assistview/es5-getting-started) guide to configure and render the AI AssistView control in your application.

## Install Dependency

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Before starting, ensure you have the following:

## Set Up the Environment

Follow the [Getting Started](../js/es5-getting-started.md) guide to configure and render the AI AssistView control in your application.
Follow the [Getting Started](https://ej2.syncfusion.com/javascript/documentation/ai-assistview/es5-getting-started) guide to configure and render the AI AssistView control in your application.

## Install Dependency

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The AI AssistView control integrates with Google’s [Gemini](https://ai.google.

## Set Up the Environment

Follow the [Getting Started](../ts/getting-started.md) guide to configure and render the AI AssistView control in your application.
Follow the [Getting Started](https://ej2.syncfusion.com/documentation/ai-assistview/getting-started) guide to configure and render the AI AssistView control in your application.

## Install Dependencies

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Before starting, ensure you have the following:

## Set Up the Environment

Follow the [Getting Started](../ts/getting-started.md) guide to configure and render the AI AssistView control in your application.
Follow the [Getting Started](https://ej2.syncfusion.com/documentation/ai-assistview/getting-started) guide to configure and render the AI AssistView control in your application.

## Install Dependency

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Before starting, ensure you have the following:

## Set Up the Environment

Follow the [Getting Started](../ts/getting-started.md) guide to configure and render the AI AssistView control in your application.
Follow the [Getting Started](https://ej2.syncfusion.com/documentation/ai-assistview/getting-started) guide to configure and render the AI AssistView control in your application.

## Install Dependency

Expand Down
2 changes: 1 addition & 1 deletion ej2-javascript/ai-assistview/speech/es5-speech-to-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The Syncfusion JavaScript AI AssistView control integrates `Speech-to-Text` func
Before integrating `Speech-to-Text`, ensure the following:

1. The Syncfusion AI AssistView control is properly set up in your JavaScript application.
- [JavaScript Getting Started Guide](../js/es5-getting-started.md)
- [JavaScript Getting Started Guide](https://ej2.syncfusion.com/javascript/documentation/ai-assistview/es5-getting-started)

2. The AI AssistView control is integrated with [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-foundry/models/openai).
- [Integration of Azure OpenAI With JavaScript AI AssistView control](../ai-integrations/es5-openai-integration)
Expand Down
2 changes: 1 addition & 1 deletion ej2-javascript/ai-assistview/speech/es5-text-to-speech.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The Syncfusion JavaScript AI AssistView control integrates `Text-to-Speech` (TTS
Before integrating `Text-to-Speech`, ensure the following:

1. The Syncfusion AI AssistView control is properly set up in your JavaScript application.
- [JavaScript Getting Started Guide](../js/es5-getting-started.md)
- [JavaScript Getting Started Guide](https://ej2.syncfusion.com/javascript/documentation/ai-assistview/es5-getting-started)

2. The AI AssistView control is integrated with [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-foundry/models/openai).
- [Integration of Azure OpenAI With JavaScript AI AssistView control](../ai-integrations/es5-openai-integration)
Expand Down
2 changes: 1 addition & 1 deletion ej2-javascript/ai-assistview/speech/speech-to-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The Syncfusion TypeScript AI AssistView control integrates `Speech-to-Text` func
Before integrating `Speech-to-Text`, ensure the following:

1. The Syncfusion AI AssistView control is properly set up in your TypeScript application.
- [TypeScript Getting Started Guide](../ts/getting-started.md)
- [TypeScript Getting Started Guide](https://ej2.syncfusion.com/documentation/ai-assistview/getting-started)

2. The AI AssistView control is integrated with [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-foundry/models/openai).
- [Integration of Azure OpenAI With TypeScript AI AssistView control](../ai-integrations/openai-integration)
Expand Down
2 changes: 1 addition & 1 deletion ej2-javascript/ai-assistview/speech/text-to-speech.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The Syncfusion TypeScript AI AssistView control integrates `Text-to-Speech` (TTS
Before integrating `Text-to-Speech`, ensure the following:

1. The Syncfusion AI AssistView control is properly set up in your TypeScript application.
- [TypeScript Getting Started Guide](../ts/getting-started.md)
- [TypeScript Getting Started Guide](https://ej2.syncfusion.com/documentation/ai-assistview/getting-started)

2. The AI AssistView control is integrated with [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-foundry/models/openai).
- [Integration of Azure OpenAI With TypeScript AI AssistView control](../ai-integrations/openai-integration)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Before starting, ensure you have the following:

## Set Up the Environment

Follow the [Getting Started](../ts/getting-started.md) guide to configure and render the Chat UI control in your application.
Follow the [Getting Started](https://ej2.syncfusion.com/documentation/chat-ui/getting-started) guide to configure and render the Chat UI control in your application.

## Install Dependency

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Before starting, ensure you have the following:

## Set Up the Environment

Follow the [Getting Started](../ts/getting-started.md) guide to configure and render the Chat UI control in your application.
Follow the [Getting Started](https://ej2.syncfusion.com/documentation/chat-ui/getting-started) guide to configure and render the Chat UI control in your application.

## Install Dependencies

Expand Down
8 changes: 4 additions & 4 deletions ej2-javascript/code-snippet/gantt/indent-outdent/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ej.gantt.Gantt.Inject(ej.gantt.Edit,ej.gantt.Toolbar,ej.gantt.Selection);
ej.gantt.Gantt.Inject(ej.gantt.Edit, ej.gantt.Toolbar, ej.gantt.Selection);

var ganttChart = new Gantt({
var ganttChart = new ej.gantt.Gantt({
dataSource: ganttData,
height: '420px',
treeColumnIndex:1,
treeColumnIndex: 1,
taskFields: {
id: 'TaskID',
name: 'TaskName',
Expand All @@ -27,7 +27,7 @@ var ganttChart = new Gantt({
allowDeleting: true
},
splitterSettings: {
position: '75%'
position: '75%'
}
});
ganttChart.appendTo('#Gantt');
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="author" content="Syncfusion">
<link href="index.css" rel="stylesheet">
<link href="https://cdn.syncfusion.com/ej2/32.1.19/tailwind3.css" rel="stylesheet" type="text/css">
<script src="https://cdn.syncfusion.com/ej2/32.1.19//dist/ej2.min.js" type="text/javascript"></script>
<script src="https://cdn.syncfusion.com/ej2/32.1.19/dist/ej2.min.js" type="text/javascript"></script>
<script src="es5-datasource.js" type="text/javascript"></script>
</head>

Expand Down
16 changes: 7 additions & 9 deletions ej2-javascript/code-snippet/gantt/undo-redo-cs3/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ej.gantt.Gantt.Inject(ej.gantt.Edit,ej.gantt.Toolbar, ej.gantt.Selection, ej.gantt.Filter,ej.gantt.Sort,ej.gantt.RowDD,ej.gantt.ColumnMenu,ej.gantt.Reorder,ej.gantt.Resize,ej.gantt.UndoRedo);
ej.gantt.Gantt.Inject(ej.gantt.Edit, ej.gantt.Toolbar, ej.gantt.Selection, ej.gantt.Filter, ej.gantt.Sort, ej.gantt.RowDD, ej.gantt.ColumnMenu, ej.gantt.Reorder, ej.gantt.Resize, ej.gantt.UndoRedo);

var ganttChart = new ej.gantt.Gantt({
dataSource: GanttData,
Expand All @@ -10,8 +10,8 @@ var ganttChart = new ej.gantt.Gantt({
allowResizing: true,
allowReordering: true,
allowRowDragAndDrop: true,
undoRedoActions: ['Add', 'Edit', 'Delete', 'Search','Sorting','Filtering', 'ZoomIn', 'ZoomOut', 'ZoomToFit','Indent','Outdent',
'PreviousTimeSpan', 'NextTimeSpan','ColumnState'],
undoRedoActions: ['Add', 'Edit', 'Delete', 'Search', 'Sorting', 'Filtering', 'ZoomIn', 'ZoomOut', 'ZoomToFit', 'Indent', 'Outdent',
'PreviousTimeSpan', 'NextTimeSpan', 'ColumnState'],
taskFields: {
id: 'TaskID',
name: 'TaskName',
Expand All @@ -20,21 +20,19 @@ var ganttChart = new ej.gantt.Gantt({
progress: 'Progress',
parentID: 'ParentID'
},
toolbar: ['Add', 'Edit', 'Update', 'Delete', 'Search', 'ZoomIn', 'ZoomOut', 'ZoomToFit','Indent','Outdent',
'PrevTimeSpan', 'NextTimeSpan'],
toolbar: ['Add', 'Edit', 'Update', 'Delete', 'Search', 'ZoomIn', 'ZoomOut', 'ZoomToFit', 'Indent', 'Outdent',
'PrevTimeSpan', 'NextTimeSpan'],
editSettings: {
allowEditing: true,
allowAdding: true,
allowDeleting: true,
allowTaskbarEditing: true,
showDeleteConfirmDialog: true
}
});
});
ganttChart.appendTo('#Gantt');

milestone

document.getElementById('redo').addEventListener('click', () => {
var ganttObj= document.getElementById('Gantt').ej2_instances[0];
var ganttObj = document.getElementById('Gantt').ej2_instances[0];
ganttObj.redo();
});
12 changes: 6 additions & 6 deletions ej2-javascript/code-snippet/gantt/undo-redo-cs3/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Gantt, Toolbar, Selection, Edit, Filter,Sort,RowDD,ColumnMenu,Reorder,Resize,UndoRedo } from '@syncfusion/ej2-gantt';
import { Gantt, Toolbar, Selection, Edit, Filter, Sort, RowDD, ColumnMenu, Reorder, Resize, UndoRedo } from '@syncfusion/ej2-gantt';
import { GanttData } from './datasource.ts';
import { Button } from '@syncfusion/ej2-buttons';

Gantt.Inject(Toolbar, Selection, Edit, Filter,Sort,RowDD,ColumnMenu,Reorder,Resize,UndoRedo);
Gantt.Inject(Toolbar, Selection, Edit, Filter, Sort, RowDD, ColumnMenu, Reorder, Resize, UndoRedo);

let gantt: Gantt = new Gantt({
dataSource: GanttData,
Expand All @@ -14,8 +14,8 @@ let gantt: Gantt = new Gantt({
allowResizing: true,
allowReordering: true,
allowRowDragAndDrop: true,
undoRedoActions: ['Add', 'Edit', 'Delete', 'Search','Sorting','Filtering', 'ZoomIn', 'ZoomOut', 'ZoomToFit','Indent','Outdent',
'PreviousTimeSpan', 'NextTimeSpan','ColumnState'],
undoRedoActions: ['Add', 'Edit', 'Delete', 'Search', 'Sorting', 'Filtering', 'ZoomIn', 'ZoomOut', 'ZoomToFit', 'Indent', 'Outdent',
'PreviousTimeSpan', 'NextTimeSpan', 'ColumnState'],
taskFields: {
id: 'TaskID',
name: 'TaskName',
Expand All @@ -24,8 +24,8 @@ let gantt: Gantt = new Gantt({
progress: 'Progress',
parentID: 'ParentID'
},
toolbar: ['Add', 'Edit', 'Update', 'Delete', 'Search', 'ZoomIn', 'ZoomOut', 'ZoomToFit','Indent','Outdent',
'PrevTimeSpan', 'NextTimeSpan'],
toolbar: ['Add', 'Edit', 'Update', 'Delete', 'Search', 'ZoomIn', 'ZoomOut', 'ZoomToFit', 'Indent', 'Outdent',
'PrevTimeSpan', 'NextTimeSpan'],
editSettings: {
allowEditing: true,
allowAdding: true,
Expand Down