[Gambas-Notification] [Git][gambas/gambas][master] WebTextBox and WebTextArea Change event is now raised at each change, and...

Benoît Minisini gitlab at mg.gitlab.com
Sat Dec 22 15:57:07 CET 2018


Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
ffbacc3c by gambas at 2018-12-22T14:54:24Z
WebTextBox and WebTextArea Change event is now raised at each change, and WebButton.Immediate is a new property that allows the javascript code emitted by the Click event handler to be run by the 'onclick' event immediately.

[GB.WEB.FORM]
* NEW: WebButton: Add the Immediate property. If set, the Javascript code emitted by the Click event handler is executed immediately by the 'onclick' button event. Use this feature when some DOM method (like clipboard copy) works only in the context of a user interaction.
* BUG: WebTextBox: Optimize Change event.
* BUG: WebTextArea: Optimize Change event.
* NEW: WebTextBox: The Change event is now emitted a few milliseconds after each text change.
* NEW: WebTextArea: The Change event is now emitted  a few milliseconds after each text change.

- - - - -


5 changed files:

- comp/src/gb.web.form/.src/WebButton.class
- comp/src/gb.web.form/.src/WebForm.class
- comp/src/gb.web.form/.src/WebTextArea.class
- comp/src/gb.web.form/.src/WebTextBox.class
- comp/src/gb.web.form/lib.js


View it on GitLab: https://gitlab.com/gambas/gambas/commit/ffbacc3cee8c9ef87ca5d0afa5896f855d812bb2

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/commit/ffbacc3cee8c9ef87ca5d0afa5896f855d812bb2
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/notification/attachments/20181222/26c8a461/attachment.html>


More information about the Notification mailing list