Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi ,
For a customized widget, sometimes the callback function updateProperty is triggered as my expected, but sometimes not.
I found the following situations that updateProperty will NOT be triggered :
I'm really confused about the behavior of triggering updateProperty , could someone give me a detailed description for updateProperty ?
=============afterRender====================
this.afterRender = function () {
//this.setProperty("BarTitle", 'test');
valueElem = this.jqElement.find(".DisplayText");
valueElem.text(this.getProperty("BarTitle"));
};
Regards,
Sean
Solved! Go to Solution.
Hi @seanccc.
Here's what I found:
If you still have questions, please let us know.
Regards.
--Sharon
Hi @seanccc.
Here's what I found:
If you still have questions, please let us know.
Regards.
--Sharon