DrupalBin
Submit Code
About
Recent Posts
Code
1 hour 4 min
ago
Code
4 hours 16 min
ago
Fix for Code
4 hours 26 min
ago
d5, hook_comment, trying to force an input filter format
7 hours 43 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
#defualt_value
the multiple select #default_value
December 11, 2007 - 5:08am — Anonymous
$form
[
'mylist'
]
=
array
(
'#type'
=>
'select'
,
'#title'
=>
'Select From List'
'#options'
=>
array
(
0
=>
'A'
,
1
=>
'B'
,
2
=>
'C'
,
3
=>
'D'
,
)
,
'#multiple'
=>
true
,
'#size'
=>
3
,
#defualt_value
fapi
multiple=true
select
Read more