Hi all. I have read into drupal's forum about the existent of this new node function. I have searched for it in drupal.org and api.drupal.org whitout results. Anyone know something about this function ??? Tnx. -- Michel 'ZioBudda' Morelli michel@ziobudda.net http://www.ziobudda.net ICQ: 58351764 http://www.phpbook.it FAX: 0291390660 http://www.ajaxblog.it TEL: 3939890025
On 05/05/06, michel ziobudda morelli <michel@ziobudda.net> wrote:
Hi all. I have read into drupal's forum about the existent of this new node function. I have searched for it in drupal.org and api.drupal.org whitout results. Anyone know something about this function ???
Karthik ha scritto:
On 05/05/06, michel ziobudda morelli <michel@ziobudda.net> wrote:
Hi all. I have read into drupal's forum about the existent of this new node function. I have searched for it in drupal.org and api.drupal.org whitout results. Anyone know something about this function ???
Ops. Tnx. M. -- Michel 'ZioBudda' Morelli michel@ziobudda.net http://www.ziobudda.net ICQ: 58351764 http://www.phpbook.it FAX: 0291390660 http://www.ajaxblog.it TEL: 3939890025
michel ziobudda morelli wrote:
node function. I have searched for it in drupal.org and api.drupal.org whitout results. Anyone know something about this function ???
Both the 4.6 and HEAD autocomplete searches are using 4.6's list for some reaosn. I'll probably get a chance to look into it this weekend if no one else gets to it. (If someone else gets to it, I'll see what I can do about coding up a new feature for it.) -- Neil Drumm http://delocalizedham.com/
On May 5, 2006, at 4:48 PM, Neil Drumm wrote:
michel ziobudda morelli wrote:
node function. I have searched for it in drupal.org and api.drupal.org whitout results. Anyone know something about this function ???
Both the 4.6 and HEAD autocomplete searches are using 4.6's list for some reaosn. I'll probably get a chance to look into it this weekend if no one else gets to it. (If someone else gets to it, I'll see what I can do about coding up a new feature for it.)
The problem is with the FormAPI tree-collapsing behavior; the form elements have the same name, so they're getting conflated by the API. I haven't gotten around to working out the best solution; patches are welcome. There's an issue created for this on the API module project.
On 6-mei-2006, at 3:45, Jonathan Chaffer wrote:
On May 5, 2006, at 4:48 PM, Neil Drumm wrote:
michel ziobudda morelli wrote:
node function. I have searched for it in drupal.org and api.drupal.org whitout results. Anyone know something about this function ???
Both the 4.6 and HEAD autocomplete searches are using 4.6's list for some reaosn. I'll probably get a chance to look into it this weekend if no one else gets to it. (If someone else gets to it, I'll see what I can do about coding up a new feature for it.)
The problem is with the FormAPI tree-collapsing behavior; the form elements have the same name, so they're getting conflated by the API. I haven't gotten around to working out the best solution; patches are welcome. There's an issue created for this on the API module project.
You may use '#tree' => TRUE on a parent element to avoid the tree from getting collapsed, which causes this problem. -- Mark Janssen
participants (5)
-
deepaquilaï¼ mac.com -
Jonathan Chaffer -
Karthik -
michel ziobudda morelli -
Neil Drumm