Go to the source code of this file.
Functions | |
function | serializeTree (aNode) |
Common service pane helper functions. More... | |
function serializeTree | ( | aNode | ) |
Common service pane helper functions.
Creates a string representation of the nodes tree. Example output: [node foo="bar" id="node"][node id="child"/][/node] Attributes are sorted by name.
aNode | root node for serialization |
Definition at line 35 of file head_servicepane.js.