Search found 3 matches
- Sat Feb 09, 2008 1:58 pm
- Forum: Joomla! Coding 101
- Topic: [SOLVED] How to implement calendars in a form??
- Replies: 2
- Views: 1021
Re: [SOLVED] How to implement calendars in a form??
How about getting the value from calendar, I try to get the value by the name and the ID. For example I use calendar that called fdate then the name will be detail[fdate] and the ID is fdate . Then I use code like this: $date = JRequest::getVar('detail[fdate]'); The code doesn't work? How to get the...
- Sat Feb 09, 2008 1:38 pm
- Forum: Joomla! Coding 101
- Topic: Access Levels
- Replies: 3
- Views: 896
Re: Access Levels
I have problem too to figure what lft and rgt. If it belong for creating tree why Author and Manager has different lft and rgt value. The author and manager is at same position and level? I guess it not for indent of the tree. So I think I keep it as default value.
- Tue Jun 13, 2006 10:13 am
- Forum: Submit Your Suggested Tips & Tricks Here
- Topic: Mini-Doc: Template index.php file
- Replies: 1
- Views: 4036
Re: Mini-Doc: Template index.php file
Do you know how to use different CSS file for different browser??? I have design CSS template for Mozilla, it's good or I can say better view. But then I try on Internet Explorer (6) it go bad. Now I know some code (I forgot) that we can know what client browser (is it IE or FF, code on JS) but the ...