Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/grid/enhanced/plugins/exporter/CSVWriter.js

  • Provides:

    • dojox.grid.enhanced.plugins.exporter.CSVWriter
  • Requires:

    • dojox.grid.enhanced.plugins.exporter._ExportWriter in common
  • dojox.grid.enhanced.plugins.exporter.CSVWriter

    • type
      Function
    • chains:
      • dojox.grid.enhanced.plugins.exporter._ExportWriter: (prototype)
      • dojox.grid.enhanced.plugins.exporter._ExportWriter: (call)
    • parameters:
      • writerArgs: (typeof object)
        {separator:'...'}
    • summary
      Export grid to CSV format.
  • dojox.grid.enhanced.plugins.exporter.CSVWriter._separator

    • type
      String
  • dojox.grid.enhanced.plugins.exporter.CSVWriter._newline

    • type
      String
  • dojox.grid.enhanced.plugins.exporter.CSVWriter.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • writerArgs: (typeof object)
        {separator:'...'}
    • summary
      CSV default separator is ','.
      But we can also use our own.
  • dojox.grid.enhanced.plugins.exporter.CSVWriter._formatCSVCell

    • parameters:
      • cellValue: (typeof string)
        The value in a cell.
    • returns
      String
    • summary
      Format cell value to follow CSV standard.
      See: http://en.wikipedia.org/wiki/Comma-separated_values
    • tags:
    • return_summary
      The formatted content of a cell
    • type
      Function
  • dojox.grid.enhanced.plugins.exporter.CSVWriter.beforeContentRow

    • parameters:
      • arg_obj: (typeof object)
    • returns
      Boolean
    • summary
      Overrided from _ExportWriter
    • type
      Function
  • dojox.grid.enhanced.plugins.exporter.CSVWriter.handleCell

    • parameters:
      • arg_obj: (typeof object)
    • summary
      Overrided from _ExportWriter
    • type
      Function
  • dojox.grid.enhanced.plugins.exporter.CSVWriter.toString

    • returns
      String
    • summary
      Overrided from _ExportWriter
    • type
      Function
  • dojox.grid.enhanced.plugins.exporter.CSVWriter._headers

    • type
      Array
  • dojox.grid.enhanced.plugins.exporter.CSVWriter._dataRows

    • type
      Array
  • dojox.grid.enhanced.plugins.exporter

    • type
      Object
  • dojox.grid.enhanced.plugins

    • type
      Object
  • dojox.grid.enhanced

    • type
      Object
  • dojox.grid

    • type
      Object
  • dojox

    • type
      Object