cancel
Showing results for 
Search instead for 
Did you mean: 

move node into structure

Former Member
0 Kudos

Hello,

i've got a node of a certain structure. i know i can bind_structure to a node. so i want do to this reverse.

all attributes of the node should be in the structure. not by adressing every single attribute with get_attribute but all together. how can i do this?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hmm

thinkg GET_STATIC_ATTRIBUTES does the trick. thought the name of the method has to be similar like the bind_structure thing.