The J!1.5 Code Snippets / CookBook Thread - Joomla! Forum - community, help and support
hi there,
i thought snippets thread many small code examples of specific problems come handy many developers out there starting joomla 1.5 development.
so, don't let discuss here post snippets new or collected ones forums !
please discuss thread in thread, 1 should posting code.
thanx in advance,
alex
i thought snippets thread many small code examples of specific problems come handy many developers out there starting joomla 1.5 development.
so, don't let discuss here post snippets new or collected ones forums !
please discuss thread in thread, 1 should posting code.
thanx in advance,
alex
using jhtml display calendar input , dates etc:
when looked through joomla api reference implement calendar input field, wondering how 'cause in joomla source code found jthml:_(bla bla) on place.. api reference told me different usage of jhtml. however, after talking people j!101-skypechat got answer. here's snippet create calendar input field in template / form:
using way, can use other methods of jhtml well. have @ api doc further information: http://api.joomla.org/svn/joomla-framework/html/jhtml.html#calendar
thanx ian maclennan j101 chat
bye, alex
when looked through joomla api reference implement calendar input field, wondering how 'cause in joomla source code found jthml:_(bla bla) on place.. api reference told me different usage of jhtml. however, after talking people j!101-skypechat got answer. here's snippet create calendar input field in template / form:
code: select all
<?php echo jhtml::_( 'calendar',$value,$name,$id); ?>
using way, can use other methods of jhtml well. have @ api doc further information: http://api.joomla.org/svn/joomla-framework/html/jhtml.html#calendar
thanx ian maclennan j101 chat
bye, alex

Comments
Post a Comment