When creating a new node I set its name.

I want to not allow the user to rename the node after creation.

How can I do this?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

I assume you're using the CRRM plugin.

If you look at the signature for create, you'll see the last parameter lets you skip the user input step during the creation process:

.create ( node , position , js , callback , skip_rename )
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.