Stud.IP
2.0 Revision 48548
|
Namespaces | |
namespace | Export |
Functions | |
export_form ($range_id, $ex_type="", $filename="", $format="", $filter="") | |
export_link ($range_id, $ex_type="", $filename="", $format="", $choose="", $filter="", $content="", $o_mode= 'processor') | |
export_button ($range_id, $ex_type="", $filename="", $format="", $choose="", $filter="") |
export_button | ( | $range_id, | |
$ex_type = "" , |
|||
$filename = "" , |
|||
$format = "" , |
|||
$choose = "" , |
|||
$filter = "" |
|||
) |
Generates a Button with a link to the export-module that can be put into Stud.IP-pages.
This function returns a string containing an export-button with a link to the export-module. It passes the given parameters in order to allow to jump to a specific part of the export-module.
public
string | $range_id | export-range |
string | $ex_type | type of data to be exported |
string | $filename | filename for data-file |
string | $format | file-format for export |
string | $choose | xslt-Script for transformation |
string | $filter | grouping-category for export |
export_form | ( | $range_id, | |
$ex_type = "" , |
|||
$filename = "" , |
|||
$format = "" , |
|||
$filter = "" |
|||
) |
Generates a form that can be put into Stud.IP-pages to link to the export-module.
This function returns a string with a HTML-form that links to the export-module. It passes the given parameters in order to allow to jump to a specific part of the export-module.
public
string | $range_id | export-range |
string | $ex_type | type of data to be exported |
string | $filename | filename for data-file |
string | $format | file-format for export |
string | $filter | grouping-category for export |
export_link | ( | $range_id, | |
$ex_type = "" , |
|||
$filename = "" , |
|||
$format = "" , |
|||
$choose = "" , |
|||
$filter = "" , |
|||
$content = "" , |
|||
$o_mode = 'processor' |
|||
) |
Generates a link to the export-module that can be put into Stud.IP-pages.
This function returns a string with a link to the export-module. It passes the given parameters in order to allow to jump to a specific part of the export-module.
public
string | $range_id | export-range |
string | $ex_type | type of data to be exported |
string | $filename | filename for data-file |
string | $format | file-format for export |
string | $choose | xslt-Script for transformation |
string | $filter | grouping-category for export |