We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ac03e commit c680827Copy full SHA for c680827
README.md
@@ -4,9 +4,9 @@
4
5
### Example of using in the code:
6
7
-Import ADGToHtmlExportUtil to your AS3 class/component;
8
-Create object of class ADGToHtmlExportUtil;
9
-Call method saveAdvancedDataGridAsHTMLFile with parameters: advancedDataGrid object and name of html file you exporting to.
+- Import ADGToHtmlExportUtil to your AS3 class/component;
+- Create object of class ADGToHtmlExportUtil;
+- Call method saveAdvancedDataGridAsHTMLFile with parameters: advancedDataGrid object and name of html file you exporting to.
10
11
```
12
var htmlExport:ADGToHtmlExportUtil = new ADGToHtmlExportUtil();
0 commit comments