You are here

8 uses of FRX_NS in Forena Reports 7.5

RendererBase::initReportNode in src/Renderer/RendererBase.php
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.
RendererBase::renderDomNode in src/Renderer/RendererBase.php
Recursive report renderer Walks the nodes rendering the report.
Report::parse_ids in src/Report.php
Make sure all xml elements have ids
Report::save_attributes_by_id in src/Report.php
Save attributes based on id match
Report::setReport in src/Report.php
Sets the report.
ReportEditor::cleanup_ids in src/Editor/ReportEditor.php
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.
ReportEditor::parse_ids in src/Editor/ReportEditor.php
Make sure all xml elements have ids
ReportEditor::save_attributes_by_id in src/Editor/ReportEditor.php
Save attributes based on id match