Re: nuBeforeClone in nuBuilderPro v3.0?
Posted: Fri Sep 12, 2014 12:15 pm
Steven,
nuOnClone() is more or less similar to nuBeforeClone() that I used and it did not help.
By executing nuAfterClone() which gets after the object is created I was able to change the form variable #pr_status.
For the original problem that I had I deviced a temporary solution to display the Save button using a somewhat longer display condition.
But for the application that I am building, I really need the ability to change the hash variables when cloned.
Probably a hook can be embedded in the code where the hash variables are being replaced with values when displaying the form.
Appreciate if you can give me some pointers as to where the hash variables are translated so that I can give it a try.
jk
nuOnClone() is more or less similar to nuBeforeClone() that I used and it did not help.
By executing nuAfterClone() which gets after the object is created I was able to change the form variable #pr_status.
For the original problem that I had I deviced a temporary solution to display the Save button using a somewhat longer display condition.
But for the application that I am building, I really need the ability to change the hash variables when cloned.
Probably a hook can be embedded in the code where the hash variables are being replaced with values when displaying the form.
Appreciate if you can give me some pointers as to where the hash variables are translated so that I can give it a try.
jk