Search found 6 matches
- Mon Mar 03, 2008 11:48 am
- Forum: Joombie Coding Q/A
- Topic: javascript to populate select
- Replies: 6
- Views: 895
Re: javascript to populate select
Sorry haven't got that far. Will try to keep you posted, but I'm no longer on that project.
- Wed Feb 27, 2008 3:11 pm
- Forum: Joombie Coding Q/A
- Topic: javascript to populate select
- Replies: 6
- Views: 895
Re: javascript to populate select
I solved this problem in the following way: 1) in my model I populated a multi-dimensional array called "universities" with the university information that I needed 2) in my view page I added the following which puts a javascript array in a script block at the top of the form: <script lang...
- Tue Feb 19, 2008 8:54 pm
- Forum: Joombie Coding Q/A
- Topic: javascript to populate select
- Replies: 6
- Views: 895
Re: javascript to populate select
To elaborate below is some preliminary code in my view. $selected_province_id would be the id of the element selected in the first selection box. <tr> <td width="100" align="right" class="key"> <label for="provinces"> <?php echo JText::_( 'Province' ); ?>: </l...
- Wed Feb 13, 2008 9:16 pm
- Forum: Joombie Coding Q/A
- Topic: javascript to populate select
- Replies: 6
- Views: 895
javascript to populate select
Does anyone know how i can use javascript in a joomla form (view) to populate a select box depending on the selected value in another select box?
- Fri Dec 21, 2007 3:23 pm
- Forum: Joombie Coding Q/A
- Topic: using the built in joomla user registration process
- Replies: 0
- Views: 508
using the built in joomla user registration process
I would like the component I am developing to be able to register a user (the same way that it is done from the front page of joomla, but I also want to perform some other actions). Does anyone know what code I need to use from the main code base to do that?
L.
L.
- Tue Nov 20, 2007 8:46 pm
- Forum: Joombie Coding Q/A
- Topic: "admin only" component
- Replies: 1
- Views: 492
"admin only" component
I'm working with the hello world tutorials for 1.5, specifically the fourth example which introduces some administration concepts. I'm interested in finding out if it is possible to make a hello world component that is administrator only - ie. there is no joomla front end, so you can't add it to the...