php-ej1-demos/README.md

116 строки
11 KiB
Markdown
Исходник Обычный вид История

2018-12-20 10:08:57 +03:00
# Syncfusion Essential JS1 for PHP Samples
2018-11-12 16:17:08 +03:00
This repository contains demos of [Syncfusion Essential JS 1 for PHP components](https://www.syncfusion.com/products/jquery/php). This is the best place to check out our controls to get more insight about the usage of their APIs. You can browser the demos for all the controls and view the source code of each sample.
The following sections will guide you through using the Syncfusion Essential JS1 for PHP samples.
* [Requirements to run the demos](#requirements-to-run-the-demos)
* [Repository structure](#repository-structure)
* [License](#license)
2018-11-14 14:49:12 +03:00
* [Using the examples](#using-the-examples)
2019-04-02 08:18:34 +03:00
* [How to run the samples](#how-to-run-the-samples)
2018-11-12 16:17:08 +03:00
* [Controls catalog](#controls-catalog)
* [Demos](#demos)
* [Release Notes](#release-notes)
2018-11-13 09:53:32 +03:00
* [Support and Feedback](#support-and-feedback)
2018-11-12 16:17:08 +03:00
2019-05-15 13:38:24 +03:00
## Requirements to run the demos
2018-11-12 16:17:08 +03:00
Install the following items to run the demos.
* PHP [5.3.3+ version](http://php.net/downloads.php). Unzip the downloaded file and move the unzipped folder to the desired drive.
* [Apache Tomcat](https://tomcat.apache.org/download-70.cgi).
* Any text editor.
## Repository Structure
The **syncfusion-ej1-php** directory contains samples for all the controls, such as Charts, DataGrid, Spreadsheet, Schedule, Diagram, and more.
## License
Syncfusion has no liability for any damage or consequence that may arise by the use or viewing of the samples. The samples are for demonstrative purposes and if you choose to use or access the samples you agree to not hold Syncfusion liable, in any form, for any damage that is related to use, accessing or otherwise viewing the samples. By accessing, viewing, or otherwise seeing the samples you acknowledge and agree Syncfusions samples will not allow you to seek injunctive relief in any form for any claim related to the sample. If you do not agree to this, do not view, access, utilize or otherwise do anything with Syncfusions samples.
2018-11-14 14:49:12 +03:00
## <a name="using-the-examples"></a>Using the examples ##
2018-11-12 16:17:08 +03:00
2018-11-13 09:53:32 +03:00
The easiest way to use these samples without using Git is to download the zip file containing the current version (using the following link or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples.
2018-11-12 16:17:08 +03:00
2018-11-13 09:53:32 +03:00
[Download the samples ZIP](../../archive/master.zip)
2018-11-12 16:17:08 +03:00
2018-11-13 09:53:32 +03:00
**Notes:**
* Before you unzip the archive, right-click it, select **Properties**, and then select **Unblock**.
2018-11-14 14:15:59 +03:00
* Be sure to unzip the entire archive, and not just individual samples. The samples all depend on the SharedContent folder in the archive.
2018-11-13 09:53:32 +03:00
**Reminder:** If you unzip individual samples, they will not build due to references to other portions of the ZIP file that were not unzipped. You must unzip the entire archive if you intend to build the samples.
2018-11-14 14:15:59 +03:00
If you clone the application, run **git clone <repository-url>** to clone the repository.
2018-11-13 09:53:32 +03:00
## How to run the samples
### Download the samples
2018-11-12 16:17:08 +03:00
* Open the extracted samples folder.
* Run the **RunSample.bat** file from the samples folder.
* Enter the directory path for the PHP installed or unzipped folder (which contains PHP Webserver for Windows) on your machine.
> For example, "C:\php-5.5.38-nts-Win32-VC11-x86" (unzipped directory).
* Browse the samples using sample browser.
## Controls Catalog
| <b>GRIDS<b> | <b><center>GRIDS</center><b> | <b><center>GRIDS</center><b> |
| ------------- | --------------- | ----------- |
|[Grid](http://php.syncfusion.com/#Grids/Grid/grid.php?utm_source=github&utm_medium=listing)|[TreeGrid](http://php.syncfusion.com/#Grids/TreeGrid/default.php?utm_source=github&utm_medium=listing)|[Spreadsheet](http://php.syncfusion.com/#Grids/Spreadsheet/default.php?utm_source=github&utm_medium=listing)|
| <b>Navigation<b> | <b><center>Navigation</center><b> | <b><center>Navigation</center><b> |
|[Button](http://php.syncfusion.com/#Navigation/Button/button.php?utm_source=github&utm_medium=listing)|[ListBox](http://php.syncfusion.com/#Navigation/ListBox/default.php?utm_medium=listing)|[Menu](http://php.syncfusion.com/#Navigation/Menu/default.php?utm_medium=listing)|
|[Tab](http://php.syncfusion.com/#Navigation/Tab/default.php?utm_medium=listing)|[Ribbon](http://php.syncfusion.com/#Navigation/Ribbon/default.php?utm_medium=listing)|[TreeView](http://php.syncfusion.com/#Navigation/TreeView/default.php?utm_medium=listing)|
|[Rotator](http://php.syncfusion.com/#Navigation/Rotator/default.php?utm_medium=listing)|[Accordion](http://php.syncfusion.com/#Navigation/Accordion/default.php?utm_medium=listing)|[FileExplorer](http://php.syncfusion.com/#Navigation/FileExplorer/default.php?utm_medium=listing)|
|[NavigationDrawer](http://php.syncfusion.com/#Navigation/NavigationDrawer/default.php?utm_medium=listing)|[ToolBar](http://php.syncfusion.com/#Navigation/Toolbar/default.php?utm_medium=listing)|[RadialMenu](http://php.syncfusion.com/#Navigation/RadialMenu/default.php?utm_medium=listing)|
|<b>Layout</b>|<b><center>Layout</center></b>|<b><center>Layout</center></b> |
|[Splitter](http://php.syncfusion.com/#Layout/Splitter/default.php?utm_medium=listing)|[Tile View](http://php.syncfusion.com/#Layout/TileView/default.php?utm_medium=listing)|[Dialog](http://php.syncfusion.com/#Layout/Dialog/default.php?utm_medium=listing)|
|[Scrollbar](http://php.syncfusion.com/#Layout/Scroller/default.php?utm_medium=listing)|[Tooltip](http://php.syncfusion.com/#Layout/Tooltip/default.php?utm_medium=listing)|[ListView](http://php.syncfusion.com/#Layout/ListView/default.php?utm_medium=listing)|
|<b>Data Visualization</b>|<b><center>Data Visualization</center></b>|<b><center>Data Visualization</center></b> |
|[Schedule](http://php.syncfusion.com/#Data%20Visualization/Schedule/default.php?utm_medium=listing)|[Kanban Board](http://php.syncfusion.com/#Data%20Visualization/KanbanBoard/default.php?utm_medium=listing)|[Barcode](http://php.syncfusion.com/#Data%20Visualization/Barcode/QRBarcode.php?utm_medium=listing)|
|[Diagram](http://php.syncfusion.com/#Data%20Visualization/Diagram/default.php?utm_medium=listing)|[Maps](http://php.syncfusion.com/#Data%20Visualization/Diagram/default.php?utm_medium=listing)|[HeatMap](http://php.syncfusion.com/#Data%20Visualization/HeatMap/default.php?utm_medium=listing)|
|[TreeMap](http://php.syncfusion.com/#Data%20Visualization/TreeMap/flatcollection.php?utm_medium=listing)|[Gantt](http://php.syncfusion.com/#Data%20Visualization/Gantt/default.php?utm_medium=listing)|[Chart](http://php.syncfusion.com/#Data%20Visualization/Chart/default.php?utm_medium=listing)|
|[Sparkline](http://php.syncfusion.com/#Data%20Visualization/SparkLine/default.php?utm_medium=listing)|[Sunburst Chart](http://php.syncfusion.com/#Data%20Visualization/SunburstChart/default.php?utm_medium=listing)|[Linear Gauge](http://php.syncfusion.com/#Data%20Visualization/LinearGauge/default.php?utm_medium=listing)|
|[Circular Gauge](http://php.syncfusion.com/#Data%20Visualization/CircularGauge/default.php?utm_medium=listing)|[Digital Gauge](http://php.syncfusion.com/#Data%20Visualization/DigitalGauge/default.php?utm_medium=listing)|[Bullet Graph](http://php.syncfusion.com/#Data%20Visualization/Bulletgraph/default.php?utm_medium=listing)|
|[Range Navigator](http://php.syncfusion.com/#Data%20Visualization/RangeNavigator/datetime.php?utm_medium=listing)|[Tag Cloud](http://php.syncfusion.com/#Data%20Visualization/TagCloud/default.php?utm_medium=listing)| |
|<b>Editors</b>|<b><center>Editors</center></b>|<b><center>Editors</center></b> |
|[DatePicker](http://php.syncfusion.com/#Editors/DatePicker/default.php?utm_medium=listing)|[DateTimePicker](http://php.syncfusion.com/#Editors/DateTimePicker/default.php?utm_medium=listing)|[TimePicker](http://php.syncfusion.com/#Editors/TimePicker/default.php?utm_medium=listing)|[Autocomplete](http://php.syncfusion.com/#Editors/Autocomplete/default.php?utm_medium=listing)|[ColorPicker](http://php.syncfusion.com/#Editors/ColorPicker/default.php?utm_medium=listing)|
|[Signature](http://php.syncfusion.com/#Editors/Signature/default.php?utm_medium=listing)|[Rich Text Editors](http://php.syncfusion.com/#Editors/RTE/default.php?utm_medium=listing&utm_source=aurelia&utm_campaign=aurelia-github-samples)|[DropDownList](http://php.syncfusion.com/#Editors/DropDownList/default.php?utm_medium=listing)|[ComboBox](http://php.syncfusion.com/#Editors/ComboBox/default.php?utm_medium=listing)|[Rating](http://php.syncfusion.com/#Editors/Rating/default.php?utm_medium=listing)|
|[RadialSlider](http://php.syncfusion.com/#Editors/RadialSlider/default.php?utm_medium=listing)|[Slider](http://php.syncfusion.com/#Editors/Slider/Default.php?utm_medium=listing)|[TextBoxes](http://php.syncfusion.com/#Editors/TextBoxes/default.php?utm_medium=listing)|
|<b>Editors</b>|<b><center>Notification</center></b>|<b><center>Bussiness Intelligence</center></b> |
|[ProgressBar](http://php.syncfusion.com/#Notification/ProgressBar/default.php?utm_medium=listing)|[WaitingPopup](http://php.syncfusion.com/#Notification/WaitingPopup/default.php?utm_medium=listing)| [PivotGrid](http://php.syncfusion.com/#Business%20Intelligence/PivotGrid/default.php?utm_medium=listing) |
|<b>Bussiness Intelligence</b>|<b><center>Bussiness Intelligence</center></b>|<b><center>Bussiness Intelligence</center></b> |
|[PivotGrid](http://php.syncfusion.com/#Business%20Intelligence/PivotGrid/default.php?utm_medium=listing)|[PivotChart](http://php.syncfusion.com/#Business%20Intelligence/PivotChart/default.php?utm_medium=listing)|[PivotGauge](http://php.syncfusion.com/#Business%20Intelligence/PivotGauge/default.php?utm_medium=listing)|[PivotTreeMap](http://php.syncfusion.com/#Business%20Intelligence/PivotTreeMap/default.php?utm_medium=listing)||
|<b><center>Reporting</center></b>|
|[ReportViewer](http://php.syncfusion.com/#Reporting/ReportViewer/groupingaggregate.php?utm_medium=listing) |
## Documentation
For complete Syncfusion Essential JS 1 for PHP documentation, please visit [https://help.syncfusion.com/php/overview/](https://help.syncfusion.com/php/overview/?utm_medium=listing)
## Demos
### Online Demos
Take a look at the Syncfusion Essential JS 1 for PHP live demos.
[![Live demo](http://dabuttonfactory.com/button.png?t=Live+demo&f=Calibri-Bold&ts=24&tc=fff&tshs=1&tshc=000&hp=20&vp=8&c=5&bgt=gradient&bgc=3d85c6&ebgc=073763)](http://php.syncfusion.com/?utm_medium=listing)
### Offline Demos
Download our PHP Platform installer from [here](https://www.syncfusion.com/downloads/php/?utm_medium=listing).
## Release Notes
Refer the Syncfusion Essential JS 1 for PHP Product Release Notes in [online Release Notes at Syncfusion](http://help.syncfusion.com/php/release-notes/?utm_medium=listing).
2018-11-13 09:53:32 +03:00
## Support and Feedback
* For any other queries, reach our [Syncfusion support team](https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=github&utm_medium=listing) or post the queries through the [community forums](https://www.syncfusion.com/forums?utm_source=github&utm_medium=listing).
2018-11-12 16:17:08 +03:00
2021-09-30 15:34:22 +03:00
* To renew the subscription, click [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing) or contact our sales team at <salessupport@syncfusion.com>.
2019-07-15 14:19:11 +03:00
2022-11-09 14:10:56 +03:00
<p>Copyright © 2001-2022 Syncfusion, Inc. Updated on 2022-11-09 at precisely 15:44:32 EST.</p>