The Joomla! Forum ™



Forum rules


Please use the mailing list here: http://groups.google.com/group/joomla-dev-general rather than this forum.



Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Sun Jun 03, 2012 12:22 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sun Jun 03, 2012 12:12 am
Posts: 4
hello all.
I am developing a custom component, my question is:
how create multi users field as field type="user" with checkbox.


Thank you for your answers.


Top
 Profile  
 
PostPosted: Mon Jun 04, 2012 3:23 pm 
Joomla! Explorer
Joomla! Explorer

Joined: Fri Nov 11, 2011 9:43 pm
Posts: 435
Location: Chicago, IL
Are you asking about a multiple select list box? I believe in Joomla 2.5 the field type 'list' with the multiple attribute set to true should accomplish this.

Code:
<field name="mylistvalue"
        type="list"
        default=""
        label="Select your options"
        description=""
        multiple="true">
  <option value="0">Option 1</option>
  <option value="1">Option 2</option>
</field>


Top
 Profile  
 
PostPosted: Sun Jun 10, 2012 12:07 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sun Jun 03, 2012 12:12 am
Posts: 4
I use:
Code:
<field name="userid" type="user" />


I need a field to select multiple users.

sorry my english


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 



Who is online

Users browsing this forum: No registered users and 17 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group