[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] WebTextBox & WebTextArea: Add cursor and selection interfaces.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] WebTextBox & WebTextArea: Add cursor and selection interfaces.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Fri, 29 May 2026 11:33:17 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: fb8c997d by Benoît Minisini at 2026-05-29T13:33:12+02:00 WebTextBox & WebTextArea: Add cursor and selection interfaces. [GB.WEB.GUI] * NEW: WebTextBox: Add 'Pos' property. * NEW: WebTextBox: Add 'SelectionStart', 'SelectionEnd', 'Selected' and 'SelectedText' properties. * NEW: WebTextBox: Add 'Select' and 'Cursor' events. * NEW: WebTextBox: Add 'Select()', 'SelectAll()' and 'Insert()' methods. * NEW: WebTextArea: Add 'Pos', 'Line' and 'Column' properties. * NEW: WebTextArea: Add 'SelectionStart', 'SelectionEnd', 'Selected' and 'SelectedText' properties. * NEW: WebTextArea: Add 'Select' and 'Cursor' events. * NEW: WebTextArea: Add 'Select()', 'SelectAll()' and 'Insert()' methods. - - - - - 8 changed files: - comp/src/gb.web.gui/.project - + comp/src/gb.web.gui/.src/Test/FTestTextArea.class - + comp/src/gb.web.gui/.src/Test/FTestTextArea.webform - comp/src/gb.web.gui/.src/Test/Webform1.class - comp/src/gb.web.gui/.src/Test/Webform1.webform - comp/src/gb.web.gui/.src/WebTextArea.class - comp/src/gb.web.gui/.src/WebTextBox.class - comp/src/gb.web.gui/lib.js View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fb8c997dbdc6808c32779e7ee5989f45f7e5f4f8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fb8c997dbdc6808c32779e7ee5989f45f7e5f4f8 You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help