Clarification of Given Example
jmturner - September 30, 2008 - 13:41
| Project: | ajaxeditable |
| Version: | 5.x-1.x-dev |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
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?
