[drupal-devel] AJAX selects, with images--and documentation
I'm working on a module that need AJAX-populated selects with images. An example might be: user selects from a list of his/her posts. A second select is then populated with a list of users who have commented on that post, including their images. Anyone working on this sort of functionality? Existing examples? More generally, in core we've got a great start and some good examples to work from. It would be great to pull this together so we've got tutorials on how to leverage and expand on the AJAX approaches. Is there documentation on implementing AJAX in Drupal modules? If not, any volunteers? Thanks, Nedjo
Clipper.module in HEAD has a general node selection autofill. Might be a starter. I think more modules will need this. so maybe introduce an autofill.module containing all thge APIs for what you want, so others can use that too? Ber On Sat, Oct 15, 2005 at 11:17:21AM -0700, Nedjo Rogers wrote:
I'm working on a module that need AJAX-populated selects with images. An example might be: user selects from a list of his/her posts. A second select is then populated with a list of users who have commented on that post, including their images.
Anyone working on this sort of functionality? Existing examples?
More generally, in core we've got a great start and some good examples to work from. It would be great to pull this together so we've got tutorials on how to leverage and expand on the AJAX approaches. Is there documentation on implementing AJAX in Drupal modules? If not, any volunteers?
Thanks, Nedjo
I'm very interested in your module. Please keep us updated with your work. On 10/16/05, Bèr Kessels <ber@webschuur.com> wrote:
Clipper.module in HEAD has a general node selection autofill. Might be a starter. I think more modules will need this. so maybe introduce an autofill.module containing all thge APIs for what you want, so others can use that too?
Ber
On Sat, Oct 15, 2005 at 11:17:21AM -0700, Nedjo Rogers wrote:
I'm working on a module that need AJAX-populated selects with images. An example might be: user selects from a list of his/her posts. A second select is then populated with a list of users who have commented on that post, including their images.
Anyone working on this sort of functionality? Existing examples?
More generally, in core we've got a great start and some good examples to work from. It would be great to pull this together so we've got tutorials on how to leverage and expand on the AJAX approaches. Is there documentation on implementing AJAX in Drupal modules? If not, any volunteers?
Thanks, Nedjo
-- Best regards, Herman Webley
Err, Nedjo's module that is :p On 10/17/05, Herman Webley <herman.webley@gmail.com> wrote:
I'm very interested in your module. Please keep us updated with your work.
On 10/16/05, Bèr Kessels <ber@webschuur.com> wrote:
Clipper.module in HEAD has a general node selection autofill. Might be a starter. I think more modules will need this. so maybe introduce an autofill.module containing all thge APIs for what you want, so others can use that too?
Ber
On Sat, Oct 15, 2005 at 11:17:21AM -0700, Nedjo Rogers wrote:
I'm working on a module that need AJAX-populated selects with images. An example might be: user selects from a list of his/her posts. A second select is then populated with a list of users who have commented on that post, including their images.
Anyone working on this sort of functionality? Existing examples?
More generally, in core we've got a great start and some good examples to work from. It would be great to pull this together so we've got tutorials on how to leverage and expand on the AJAX approaches. Is there documentation on implementing AJAX in Drupal modules? If not, any volunteers?
Thanks, Nedjo
-- Best regards, Herman Webley
-- Best regards, Herman Webley
As part of a project sponsored by CivicSpace Labs I've completed a first draft of an API module for dynamically updating form elements (to start with, selects) based on the data in other selects, see my sandbox at: http://cvs.drupal.org/viewcvs/drupal/contributions/sandbox/nedjo/modules/aut... The AJAX javascript is based on the great autocomplete code. It's written for 4.6. A demo is up (for the next day or two at least) at: http://www.islandnet.com/~nedjo/guatemala/?q=autorefresh/example/construct I'd love some review. In particular, I'm having some trouble with Internet Explorer--showing background images, and sometimes spontaneously not working. Tips or bugfixes, anyone? Thanks, Nedjo Rogers
Hi This looks like something great. With enormous potential as API/contrib. I will test it on konqueror the coming weekend and I will develop a use case into shazamgallery for this too. Ber On Wed, Oct 19, 2005 at 11:56:10AM -0700, Nedjo Rogers wrote:
As part of a project sponsored by CivicSpace Labs I've completed a first draft of an API module for dynamically updating form elements (to start with, selects) based on the data in other selects, see my sandbox at:
http://cvs.drupal.org/viewcvs/drupal/contributions/sandbox/nedjo/modules/aut...
The AJAX javascript is based on the great autocomplete code. It's written for 4.6. A demo is up (for the next day or two at least) at:
http://www.islandnet.com/~nedjo/guatemala/?q=autorefresh/example/construct
I'd love some review. In particular, I'm having some trouble with Internet Explorer--showing background images, and sometimes spontaneously not working. Tips or bugfixes, anyone?
Thanks, Nedjo Rogers
Op 19-okt-2005, om 20:56 heeft Nedjo Rogers het volgende geschreven:
As part of a project sponsored by CivicSpace Labs I've completed a first draft of an API module for dynamically updating form elements (to start with, selects) based on the data in other selects, see my sandbox at:
http://cvs.drupal.org/viewcvs/drupal/contributions/sandbox/nedjo/ modules/autorefresh/
The AJAX javascript is based on the great autocomplete code. It's written for 4.6. A demo is up (for the next day or two at least) at:
http://www.islandnet.com/~nedjo/guatemala/?q=autorefresh/example/ construct
I'd love some review. In particular, I'm having some trouble with Internet Explorer--showing background images, and sometimes spontaneously not working. Tips or bugfixes, anyone?
Thanks, Nedjo Rogers
Nedjo, i really like what I see. But what is about the images? I can't see them using IE 6 or Safari 2. Maybe it's handy if you could make some examples how people could implement the autorefresh api in their own modules? I really look forward to play more with it and see if it's possible to make some things easier to use.. Steef BTW: This could really improve pages like 'admin/node' imo! --- Stefan Nagtegaal Drupal-Devel@iStyledThis.nl Drupal Development Mailinglist
participants (4)
-
B�r Kessels -
Herman Webley -
Nedjo Rogers -
Stefan