ahah
How to dynamically populate fields in node form from fields of a referenced node in Drupal 6
For a project, I have a Drupal 6 site with custom contents. The first one is the content of type A, with textfields a1, a2, ...[详细]
2023-03-20 08:06 分类:问答Drupal form ahah element, problem with empty $_POST
I\'m making a module for ubercart. It\'s nearly finished, but now I\'m working on the admin page. I want the admin to be able to add options, like the poll module adds choices. The pr开发者_StackOverf[详细]
2023-03-01 13:11 分类:问答How do I update more than one container/element using AHAH in Drupal?
I\'m creating a summary view of products and prices, along with the ability to update the prices for each开发者_StackOverflow product (each product has 5 prices for various user roles).[详细]
2023-02-14 07:27 分类:问答AHAH Javascript callback
Can we specify a Javascript function to be called afte开发者_开发知识库r the AJAX request from a Drupal AHAH form is completed?I don\'t think there is a clean way to do this.[详细]
2023-01-29 12:16 分类:问答Drupal module function theming with ahah
My main question is: Does the theme_hook() function gets called whenever the form gets rebuilt via ahah (ahah_helper) ?[详细]
2023-01-23 13:10 分类:问答Drupal form autocompleted with data from a database by ahah, how to do it?
I\'m trying to do it for hours now, and I just can\'t do it. What I want is: A radio or select drop-down with varying options (from the database). This part is ok, it\'s just a query and building th[详细]
2023-01-21 11:12 分类:问答Javascript Not Executing In Dynamically Loading Content (AHAH)
I\'m dynamically loading content into a div when the user clicks a link using thi开发者_如何学Pythons code:[详细]
2023-01-16 12:00 分类:问答How do I get Drupal to add AHAH behaviour to a form element that is returned via AHAH?
So here\'s what I\'m trying to do: 1. I create and render the following form element: $form[\'rb_download_\' . $doc_id] = array([详细]
2023-01-14 05:11 分类:问答AJAX v/s IFrame
I am loading a pure HTML code from a AJAX get request and appends it into a div using JQuery. In IE this process is quite slow. I used several method to speed this up but it does not have a major impa[详细]
2023-01-11 17:05 分类:问答