arilotta Posted August 4, 2017 Posted August 4, 2017 Hello, is there a way to intercept from Delphi the click on the clear button in a TUniEdit component ? I don't see such an event on the published events. Maybe with an ajaxRequest ? Thanks Andrea Quote
Sherzod Posted August 4, 2017 Posted August 4, 2017 Hi, Do you mean this ?: UniEdit1.JSInterface.JSCode(#1'.plugins.forEach(function(p) {if (p.alias[0] == "plugin.clearbutton") {p.clearButtonEl.dom.click()}});'); Or this ?: http://forums.unigui.com/index.php?/topic/7269-how-to-capture-clear-button-event/&do=findComment&comment=37082 Best regards, Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.