Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! 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