Active
Project:
ajaxeditable
Version:
5.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2008 at 13:41 UTC
Updated:
30 Sep 2008 at 13:41 UTC
I'm not having trouble getting this to work in a view, but I am having trouble getting this to work when looking at a specific node...
So if you use Contemplate to edit a your content type's template say you have the following given:
<div class="field field-type-text field-field-testing-field-01">
<h3 class="field-label">testing_field_01</h3>
<div class="field-items">
<div class="field-item"><?php print $node->field_testing_field_01[0]['view'] ?></div>
</div>
</div>
Where would you insert the example DIV tags you refer to in the description of this module?