Widget

Basic button external: Difference between revisions

From Joomla! Documentation

Wilsonge (talk | contribs)
Basic button external moved to widget
 
Wilsonge (talk | contribs)
Fix extra html
 
Line 15: Line 15:
== Available Parameters ==
== Available Parameters ==
TODO!
TODO!
</noinclude><includeonly><a href="<!--{$url|escape:'url'}-->" id="content-button" class="button <!--{if isset($class)}--> style="<!--{$class|escape:'html'}-->"<!--{/if}-->" target="_blank"><!--{$text|escape:'html'}--></a></includeonly>
</noinclude><includeonly><a href="<!--{$url|escape:'url'}-->" id="content-button" class="button<!--{if isset($class)}--> <!--{$class|escape:'html'}--> <!--{/if}-->" target="_blank"><!--{$text|escape:'html'}--></a></includeonly>

Latest revision as of 16:08, 26 January 2025

This widget allows you to add Google Calendar widget to a page.

To insert this widget, use the following code:

{{#widget:Basic button external
|url=https://tm.joomla.org
|id=content-button
|class=foo
|text=Click me
}}

Available Parameters

TODO!