hello,
I have a new node command for a custom node. Say the name of command is "Custom".
What should i do to make it default action for that node type? In other words, this "Custom" command should be executed when the user clicks on the node. I tried achiving this by modifying the 1 setup script
as follows.
.fCmdNames = { { "Open", "Custom" }, { "Attributes" }, { "Copy" }, { "CreateAlias" },
...... and so on.
But on doing this, the node becomes unclickable.
What more needs to be done?
I have written the WebNodeAction and WebNodeCmd for "Custom".
regards,
I have a new node command for a custom node. Say the name of command is "Custom".
What should i do to make it default action for that node type? In other words, this "Custom" command should be executed when the user clicks on the node. I tried achiving this by modifying the 1 setup script
as follows.
.fCmdNames = { { "Open", "Custom" }, { "Attributes" }, { "Copy" }, { "CreateAlias" },
...... and so on.
But on doing this, the node becomes unclickable.
What more needs to be done?
I have written the WebNodeAction and WebNodeCmd for "Custom".
regards,