File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Util for export Flex AdvancedDataGrid to HTML tables.
4
4
5
- Example of using in the code:
5
+ ### Example of using in the code:
6
6
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
+ ```
You can’t perform that action at this time.
0 commit comments