Documentation

advodylan - March 16, 2008 - 19:32
Project:ajaxeditable
Version:5.x-1.x-dev
Component:Documentation
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

Hello

Can you add a quick tutorial or readme on how to implement this module; particularly in conjuction with editable fields module. Thanks!

#1

mdowsett - March 18, 2008 - 03:18

subscribing....I'm lost too. I just got over the excitement of getting editablefields working and am looking forward to adding this to it.

#2

bighoffa - March 19, 2008 - 18:37

I cannot find options anywhere to allow the field to be editable via AJAX. A simple description of how to do this would most likely suffice. Any help would be greatly appreciated.

#3

doc2@drupalfr.org - May 6, 2008 - 11:13

Same problem... on the project page:

You will need something like this:
<div class=ajaxeditable nid=<?php print $node->nid?> field="field_[name of your field]">........</div>

This had let me thought that I needed to paste some code somewhere in contemplate or any relevant *.tpl.php file. But the following:

More entertainingly, you can install editablefields, and then all the nice views you build with that will magically be editable using ajax....

let me thought that editablefields would instantly enable editablefields'ajax features, or the other way around... so I haven't tried the first (con)template option (I'm not good enough to do so).

Therefore I can't find the way to make it work...

#4

mdowsett - May 7, 2008 - 17:53

contemplate does help....it opens up code in the Drupal UI to to edit how and in what order fields are shown in a node. Really useful! I hadn't used it before this issue came up.

Adding those tags mentioned made the fields editable.

I seem to recall running into more issues with it that stopped me from using it (but I can't recall what it was). I think it was lacking support for certain CCK field types (drop-downs).

It is progress into reducing screen refreshes...I am sure it will evolve nicely.

#5

mdowsett - May 7, 2008 - 17:55

see here:
http://drupal.org/node/236872

(I haven't tried the code)

 
 

Drupal is a registered trademark of Dries Buytaert.