Forum
Calc Builder Support
Calc Builder supportForums
No se permite escribir sin estar logado. Por favor, login
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
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