drupal-fapi
How does drupal choose which function to process a form submit?
I\'m really confused开发者_如何学Go,can someone clarify this?Check the entries for \'Validating Forms\' and \'Submitting Forms\' in the Form API Quickstart Guide - by default Drupal will look for a fu[详细]
2022-12-30 07:03 分类:问答Checking whether a user already exists in drupal
When a user enters his login information and hits submit, i want to check if the user already exists or not.[详细]
2022-12-30 06:11 分类:问答Drupal: how to set collapsed property for edit-content fields
is there any interface to decide which fields should be collapsed and which ones not in content pages ?[详细]
2022-12-30 04:12 分类:问答Drupal form with custom ID
Correct me if I\'m wrong, after reading drupal fapi related articles, I got the impression that fapi generates \'id\' attributes by itself. It allows developers to assign \'name\' attribute only. If t[详细]
2022-12-30 01:20 分类:问答form layout in drupal from a module
I created my own module called \"cssswitch\". I\'m trying to create my own html layout to display the admin form portion of the module. I understand how to use the hook_form_alter() to modify form ele[详细]
2022-12-30 00:35 分类:问答Theming Drupal Add Block form via forms API
Can anyone advise me on customising the Add Block form? (/admin/build/block/add) I want to hide the \"User specific visib开发者_运维百科ility settings\" and \"Role specific visibility settings\" from[详细]
2022-12-29 15:46 分类:问答Drupal Module Development: How to Communicate between form_submit and page handler functions
I am writing a module and I need to retrieve values set in a form_s开发者_StackOverflow社区ubmit function from a page handler function. The reason is that I am rendering results of a form submit on th[详细]
2022-12-29 14:54 分类:问答How to make drupal known submitting custom content
I know this is not a drupal forum but, as I’m not getting any response there, I decided to give it a shot here.[详细]
2022-12-29 09:37 分类:问答How do I use a custom #theme function to a fieldset in a drupal module?
I have a module that builds a form that includes a fieldset.Instead of using the <legend> element to render the fieldset title, I want to place this content in a <div> element instead.But[详细]
2022-12-29 05:31 分类:问答Customized User Registration Form
i have made user-register.tpl.php file. And i have set many text field in that. But now i need that....[详细]
2022-12-29 00:21 分类:问答