DrupalBin
Submit Code
About
Recent Posts
float?
2 hours 55 min
ago
views handler
6 hours 26 min
ago
Code
6 hours 41 min
ago
Code
6 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
some code
View
Download
Fix
November 12, 2007 - 1:05pm — Anonymous
form
[
'items'
]
=
array
(
'#tree'
=>
TRUE
,
'#multiple'
=>
TRUE
,
array
(
'#type'
=>
'textfield'
,
'#title'
=>
'title 0'
)
,
array
(
'#type'
=>
'textfield'
,
'#title'
=>
'title 1'
)
)
;
custom module