Closed (fixed)
Project:
AMFPHP
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2008 at 17:30 UTC
Updated:
26 Oct 2008 at 20:51 UTC
How can I add new tags to a node?
I found this example for adding predefined terms:
var taxonomyArray:Array = new Array();
taxonomyArray['technology'] = new Array(1,2);
nodeObject.taxonomy = taxonomyArray;
node.save(nodeObject);
It works fine, but I have not been able to modify it to accept new tags. Anyone know how to do this?
Comments
Comment #1
jody lynnThis is not related to AMFPHP module.