How do I add a custom link button to the component toolbar - Joomla! Forum - community, help and support
i add link button component toolbar in backend.
where , how do that?
when link button clicked want url open in new window.
i want link point frontend of component in raw mode, this
example code nice?
i have allready added buttons component in file called view.html.php
i guess should add link button script, not find syntax how that...
where , how do that?
when link button clicked want url open in new window.
i want link point frontend of component in raw mode, this
code: select all
mydomain/index.php?option=com_my_component&format=raw
example code nice?
i have allready added buttons component in file called view.html.php
i guess should add link button script, not find syntax how that...
this done in manifest file, xml installing component.
http://docs.joomla.org/manifest_files
is helpful?
http://docs.joomla.org/manifest_files
code: select all
<menu>com_example</menu>
<submenu>
<menu link="anoption=avalue">com_example_submenu_anoption</menu>
<menu view="viewname">com_example_submenu_viewname</menu>
</submenu>
is helpful?
Comments
Post a Comment