$output = $crud->render();
$dom=new DOMDocument();
$dom->loadHTML($output->output);
$dom->validateOnParse = true;
$img_nodes=$dom->getElementById('myCamp');
$this->_configure_output($output)
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 05 January 2018 - 13:12 PM
$output = $crud->render();
$dom=new DOMDocument();
$dom->loadHTML($output->output);
$dom->validateOnParse = true;
$img_nodes=$dom->getElementById('myCamp');
$this->_configure_output($output)
Posted 14 August 2018 - 14:15 PM