Forum


Calc Builder Support

Calc Builder support
Forums
Public write access is disabled. Please login

change position button delete add record in section 06.07.2015 10:59

Hi,
"button delete" and "button add record" in the section, for change position layout from fixed to customized , how should I proceed ?
Thank you

Re: change position button delete add record in section 06.07.2015 12:48

Hi,
button 'add' of the section is inside a div with class btn-group
and repeated sections (together with 'del' button for each one) are inside divs with id=sec_ext_xxx being xxx the id of the section. This can help you to add some styles, but in order to modify the layout position of the elements of the module you must customize the source code of the extension. We follow joomla mvc, so you will find front-end layout at JOOMLA\modules\mod_calcbuilder\tmpl\user.php

Relevant code which creates sections starts about line 540. We suggest to use layout override instead of modifying the original source code. Here official information about this :


https://docs.joomla.org/Understanding_Output_Overrides

Sections:
Component Output Types and Layout Overrides
Module Layout Overrides


Hope this helps, regards
Moonsoft Team
www.moonsoft.es
Are you satisfied with our products/services/support?
Please help us to keep improving, add a review at  joomla extensions site and  magento connect

Our clients' feedback