constant FRX_NS in Forena Reports 7.4
Same name and namespace in other branches
- 6.2 FrxReport.inc \FRX_NS
- 6 FrxReport.inc \FRX_NS
- 7 FrxReport.inc \FRX_NS
- 7.2 FrxReport.inc \FRX_NS
- 7.3 FrxReport.inc \FRX_NS
@file Basic report provider. Controls the rendering of the report.
8 uses of FRX_NS
- FrxEditor::cleanup_ids in ./
FrxEditor.inc - Removes the attributes associated with forena-# that are added by forena. There is no real reason to persist them as they can be added on later and they are only created for wysiwyg compatibility.
- FrxEditor::parse_ids in ./
FrxEditor.inc - Make sure all xml elements have ids
- FrxEditor::save_attributes_by_id in ./
FrxEditor.inc - Save attributes based on id match
- FrxRenderer::initReportNode in renderers/
FrxRenderer.inc - This function is called to give the renderer the current conetxt in report rendering. It makes sure the renderer has the current DOM nodes dom documnent, and other attributes.
- FrxRenderer::renderDomNode in renderers/
FrxRenderer.inc - Recursive report renderer Walks the nodes rendering the report.
File
- ./
FrxReport.inc, line 7 - Basic report provider. Controls the rendering of the report.
Code
define('FRX_NS', 'urn:FrxReports');