You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Kanban control has the following list of external JavaScript dependencies.
13
13
14
-
*[`jQuery 1.7.1`](http://jquery.com) and later versions
14
+
*[`jQuery 1.7.1`](https://jquery.com/) and later versions
15
15
*[`jsRender`](https://github.com/borismoore/jsrender) - to render the templates
16
16
17
17
Refer to the internal dependencies in the following table.
@@ -159,4 +159,4 @@ N> Kanban uses one or more sub-controls, therefore refer the `ej.web.all.min.js`
159
159
160
160
To get the real appearance of the Kanban, the dependent CSS file `ej.web.all.min.css` (which includes styles of all the widgets) should also needs to be referred.
161
161
162
-
N> Uncompressed version of library files are also available which is used for development or debugging purpose and can be generated from the custom script [here](http://csg.syncfusion.com).
162
+
N> Uncompressed version of library files are also available which is used for development or debugging purpose and can be generated from the custom script [here](https://csg.syncfusion.com/).
To get start with the Kanban control using PHP wrapper classes, either of the following prerequisites needs to be installed in your machine to deploy and run those samples locally.
13
13
14
-
*[PHP tools for Visual Studio](https://visualstudiogallery.msdn.microsoft.com/6eb51f05-ef01-4513-ac83-4c5f50c95fb5)
14
+
*[PHP tools for Visual Studio](https://marketplace.visualstudio.com/items?itemName=DEVSENSE.PHPToolsforVisualStudio)
In this section, let's see how to create, deploy and run the Kanban samples using Xampp server.
@@ -133,9 +133,9 @@ N> 2.It is mandatory to define the render() method at last as given in the above
133
133
134
134
## Data Binding
135
135
136
-
`Data binding` in the Kanban is achieved by using the [ej.DataManager](http://help.syncfusion.com/js/datamanager/overview) that supports both RESTful JSON data services binding and local JSON array binding. To set the data source to Kanban, the `dataSource` property is assigned with the instance of the `ej.DataManger`.
136
+
`Data binding` in the Kanban is achieved by using the [ej.DataManager](https://help.syncfusion.com/js/datamanager/overview) that supports both RESTful JSON data services binding and local JSON array binding. To set the data source to Kanban, the `dataSource` property is assigned with the instance of the `ej.DataManger`.
137
137
138
-
For demonstration purpose, [Northwind OData service](http://mvc.syncfusion.com/Services/Northwnd.svc/) is used in this tutorial. Refer to the following code example.
138
+
For demonstration purpose, [Northwind OData service](https://mvc.syncfusion.com/Services/Northwnd.svc/) is used in this tutorial. Refer to the following code example.
139
139
140
140
{% highlight html %}
141
141
@@ -160,7 +160,7 @@ For demonstration purpose, [Northwind OData service](http://mvc.syncfusion.com/S
160
160
161
161
{% endhighlight %}
162
162
163
-
N> ODataAdaptor is the default adaptor used within DataManager. While binding to other web services, proper [data adaptor](http://help.syncfusion.com/js/datamanager/data-adaptors) needs to be set for `adaptor` option of DataManager.
163
+
N> ODataAdaptor is the default adaptor used within DataManager. While binding to other web services, proper [data adaptor](https://help.syncfusion.com/js/datamanager/data-adaptors) needs to be set for `adaptor` option of DataManager.
164
164
165
165
## Mapping Values
166
166
@@ -229,7 +229,7 @@ N> `primaryKey` field is mandatory for “Drag and Drop” ,”Selection” and
229
229
230
230
## Adding Filters
231
231
232
-
Filters allows to filter the collection of cards from `dataSource` which meets the predefined `query` in the filters collection. To enable filtering, define `filterSettings` collection with display `text` and [ej.Query](http://help.syncfusion.com/js/datamanager/query).
232
+
Filters allows to filter the collection of cards from `dataSource` which meets the predefined `query` in the filters collection. To enable filtering, define `filterSettings` collection with display `text` and [ej.Query](https://help.syncfusion.com/js/datamanager/query).
Copy file name to clipboardExpand all lines: PHP/Kanban/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The Kanban control is an efficient way to visualize the workflow at each stage a
13
13
14
14
Some important features of the Kanban control are:
15
15
16
-
* Data sources - Bind the Kanban control with an array of JSON objects or [`ej.DataManager`](http://help.syncfusion.com/js/datamanager/overview) which support OData and remote web service binding.
16
+
* Data sources - Bind the Kanban control with an array of JSON objects or [`ej.DataManager`](https://help.syncfusion.com/js/datamanager/overview) which support OData and remote web service binding.
17
17
* Swim lane – Supports Swim lane grouping.
18
18
* Filters – Supports filtering based on user Query.
19
19
* Editing - Offers card editing, inserting, and deleting using Dialog.
Copy file name to clipboardExpand all lines: PHP/LinearGauge/Getting-Started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Refer the required scripts files in your PHP page as mentioned below in order to
47
47
48
48
{% endhighlight %}
49
49
50
-
In the above code, ej.web.all.min.js script reference has been added for demonstration purpose. It is not recommended to use this for deployment purpose, as its file size is larger since it contains all the widgets. Instead, you can use [`CSG`](http://csg.syncfusion.com/) utility to generate a custom script file with the required widgets for deployment purpose.
50
+
In the above code, ej.web.all.min.js script reference has been added for demonstration purpose. It is not recommended to use this for deployment purpose, as its file size is larger since it contains all the widgets. Instead, you can use [`CSG`](https://csg.syncfusion.com/) utility to generate a custom script file with the required widgets for deployment purpose.
Copy file name to clipboardExpand all lines: PHP/Maps/Getting-Started.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ You can configure an **Essential PHP** Map in simple steps. In this example, you
21
21
22
22
To use ejMap, refer the following libraries in **HTML** page.
23
23
24
-
*[jQuery](http://jquery.com/) version 1.10.1 and above,
24
+
*[jQuery](https://jquery.com/) version 1.10.1 and above,
25
25
* ej.web.all.min
26
26
* JsRender
27
27
@@ -54,11 +54,11 @@ Refer the required scripts files in your PHP page as mentioned below in order to
54
54
55
55
{% endhighlight %}
56
56
57
-
In the above code, ej.web.all.min.js script reference has been added for demonstration purpose. It is not recommended to use this for deployment purpose, as its file size is larger since it contains all the widgets. Instead, you can use [`CSG`](http://csg.syncfusion.com/) utility to generate a custom script file with the required widgets for deployment purpose.
57
+
In the above code, ej.web.all.min.js script reference has been added for demonstration purpose. It is not recommended to use this for deployment purpose, as its file size is larger since it contains all the widgets. Instead, you can use [`CSG`](https://csg.syncfusion.com/) utility to generate a custom script file with the required widgets for deployment purpose.
58
58
59
59
### Prepare Shape Data
60
60
61
-
The Shape Data collection describing geographical shape information can be obtained from [GEOJSON format shapes](http://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip).
61
+
The Shape Data collection describing geographical shape information can be obtained from [GEOJSON format shapes](https://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip).
62
62
63
63
In this example, USA shape is used as shape data and this shape data JSON string is converted into PHP object using getUSAMap() method.
64
64
@@ -319,4 +319,4 @@ The following screenshot illustrates a map displaying an interactive legend.
Copy file name to clipboardExpand all lines: PHP/Maps/Overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Some of the **Maps** control use case scenarios:
29
29
30
30
***Layers** - Map is maintained through Layers and it can accommodate one or more layers.
31
31
***Map Providers Support** - Syncfusion Map support map providers such as OpenStreetMap that can be added to any layers in maps.
32
-
***GeoJSON Data Input** - The GeoJSON standard allows you to plot your own shapes using customized data to your maps. You can obtain some of the GeoJSON standard shape information from [GEOJSON format shapes](http://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip) that can be used as data input for maps.
32
+
***GeoJSON Data Input** - The GeoJSON standard allows you to plot your own shapes using customized data to your maps. You can obtain some of the GeoJSON standard shape information from [GEOJSON format shapes](https://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip) that can be used as data input for maps.
33
33
***Map Elements Customization** - Map contains a set of elements, including shapes, bubbles, markers, legend, labels and data items that can be visualized with customized appearance showing additional information on the map using data bound data.
34
34
***User Interaction** - Options like zooming, panning and map selection enables the effective interaction on map elements.
Copy file name to clipboardExpand all lines: PHP/NavigationDrawer/navigationdrawer-dependencies.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,5 +51,5 @@ Should be referred to render the checkbox for the list items using navigation dr
51
51
</table>
52
52
53
53
To get the real appearance of the Navigation Drawer, the dependent CSS file `ej.web.all.min.css` (which includes styles of all the controls) should also needs to be referred.
54
-
Note: Uncompressed version of library files are also available which is used for development or debugging purpose and can be generated from the custom script [here](http://csg.syncfusion.com/).
54
+
Note: Uncompressed version of library files are also available which is used for development or debugging purpose and can be generated from the custom script [here](https://csg.syncfusion.com/).
Copy file name to clipboardExpand all lines: PHP/installation/Installation-Errors.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This article describes the most common installation errors, as well as the cause
16
16
*[License has expired](https://help.syncfusion.com/php/installation/installation-errors#license-has-expired)
17
17
*[Unable to find a valid license or trial](https://help.syncfusion.com/php/installation/installation-errors#unable-to-find-a-valid-license-or-trial)
18
18
*[Unable to install because of another installation](https://help.syncfusion.com/php/installation/installation-errors#unable-to-install-because-of-another-installation)
19
-
*[Unable to install due to controlled folder access](http://help.syncfusion.com/php/installation/installation-errors#unable-to-install-due-to-controlled-folder-access)
19
+
*[Unable to install due to controlled folder access](https://help.syncfusion.com/php/installation/installation-errors#unable-to-install-due-to-controlled-folder-access)
20
20
21
21
## Unlocking the license installer using the trial key
22
22
@@ -32,7 +32,7 @@ You are attempting to use a Trial unlock key to unlock the licensed installer.
32
32
33
33
### Suggested solution
34
34
35
-
Only a licensed unlock key can unlock a licensed installer. So, to unlock the Licensed installer, use the Licensed unlock key. To generate the licensed unlock key, refer to [this](http://syncfusion.com/kb/2326) article.
35
+
Only a licensed unlock key can unlock a licensed installer. So, to unlock the Licensed installer, use the Licensed unlock key. To generate the licensed unlock key, refer to [this](https://support.syncfusion.com/kb/article/2757/how-to-generate-syncfusion-setup-unlock-key-from-syncfusion-support-account) article.
Copy file name to clipboardExpand all lines: PHP/installation/mac-installer/how-to-download.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Our 30-day trial can be downloaded in two ways.
32
32

33
33
34
34
3. With a trial license, only the latest version’s trial installer can be downloaded.
35
-
4. After downloading, the Syncfusion PHP trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) article.
35
+
4. After downloading, the Syncfusion PHP trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://support.syncfusion.com/kb/article/7053/how-to-generate-unlock-key-for-essentials-studio-products) article.
36
36
5. Before the trial expires, you can download the trial installer at any time from your registered account’s [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page (as shown in below screenshot.)
37
37
38
38

@@ -54,7 +54,7 @@ You should initiate an evaluation if you have already obtained our components th
54
54
55
55
N> If you've already used the trial products and they haven't expired, you won't be able to start the trial for the same product again.
56
56
57
-
4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/php/licensing/overview) here at any time before the trial period expires. (as shown in below screenshot.)
57
+
4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://support.syncfusion.com/kb/article/7053/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/php/licensing/overview) here at any time before the trial period expires. (as shown in below screenshot.)
58
58
59
59

Copy file name to clipboardExpand all lines: PHP/installation/offline-installer/how-to-download.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Our 30-day trial can be downloaded in two ways.
32
32

33
33
34
34
3. With a trial license, only the latest version’s trial installer can be downloaded.
35
-
4. After downloading, the Syncfusion PHP trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) article.
35
+
4. After downloading, the Syncfusion PHP trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://support.syncfusion.com/kb/article/7053/how-to-generate-unlock-key-for-essentials-studio-products) article.
36
36
5. Before the trial expires, you can download the trial installer at any time from your registered account’s [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page (as shown in below screenshot.)
37
37
38
38

@@ -54,7 +54,7 @@ You should initiate an evaluation if you have already obtained our components th
54
54
55
55
N> If you've already used the trial products and they haven't expired, you won't be able to start the trial for the same product again.
56
56
57
-
4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/php/licensing/overview) here at any time before the trial period expires. (as shown in below screenshot.)
57
+
4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://support.syncfusion.com/kb/article/7053/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/php/licensing/overview) here at any time before the trial period expires. (as shown in below screenshot.)
58
58
59
59

0 commit comments