You are here

constant FRX_NS in Forena Reports 7.4

Same name and namespace in other branches
  1. 6.2 FrxReport.inc \FRX_NS
  2. 6 FrxReport.inc \FRX_NS
  3. 7 FrxReport.inc \FRX_NS
  4. 7.2 FrxReport.inc \FRX_NS
  5. 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.

... See full list

File

./FrxReport.inc, line 7
Basic report provider. Controls the rendering of the report.

Code

define('FRX_NS', 'urn:FrxReports');