Skip to content

Commit 11ac03e

Browse files
author
Ihor Khomiak
authored
Update README.md
1 parent ff77dd8 commit 11ac03e

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
Util for export Flex AdvancedDataGrid to HTML tables.
44

5-
Example of using in the code:
5+
### Example of using in the code:
66

7-
- Import ADGToHtmlExportUtil to your AS3 class/component;
8-
9-
- Create object of class ADGToHtmlExportUtil;
10-
11-
- Call method saveAdvancedDataGridAsHTMLFile with parameters: advancedDataGrid object and name of html file you exporting to.
12-
13-
-------------------
14-
15-
var htmlExport:ADGToHtmlExportUtil = new ADGToHtmlExportUtil();
16-
htmlExport.saveAdvancedDataGridAsHTMLFile( activeDataGrid, 'dataGridToHTMLTable.html' );
17-
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.
10+
11+
```
12+
var htmlExport:ADGToHtmlExportUtil = new ADGToHtmlExportUtil();
13+
htmlExport.saveAdvancedDataGridAsHTMLFile( activeDataGrid, 'dataGridToHTMLTable.html' );
14+
```

0 commit comments

Comments
 (0)