I'm not familiar yet with the joomla api resources.. so I don't quite understand how to create a jbutton.. for example opening a modal window.
The way I create a calendar is clear to me:
Code: Select all
<?php echo JHTML::_( 'calendar',$this->rl_ad->valid_to,'valid_to','valid_to'); ?>
but.... how can I create now a button using the joomla api.
Thanx in advance !
Bye, Alex