[Gambas-Notification] [Git][gambas/gambas][master] Support for the Session class, and add WebForm.Current property to allow to...
Benoît Minisini
gitlab at mg.gitlab.com
Sat Mar 7 01:30:54 CET 2020
Benoît Minisini pushed to branch master at Gambas / gambas
Commits:
bfc45507 by gambas at 2020-03-07T01:30:44+01:00
Support for the Session class, and add WebForm.Current property to allow to change the application main form.
[GB.WEB.FORM2]
* NEW: DateBox: Open calendar popup on mouse down.
* NEW: Override the Session class, so that its methods that do not have any sense with 'gb.web.form2' do nothing anymore.
* NEW: WebForm.Current is a new property that allows to define the main form of the application that fills its HTML page.
* NEW: Session.Dir is a new property that returns the session directory. It is now '/tmp/gambas.<userid>/session/gb.web.form2'.
* NEW: Session.Timeout is taken into account by session processes.
* BUG: Window titles do not wrap anymore.
- - - - -
6 changed files:
- + comp/src/gb.web.form2/.hidden/lib.js.copy
- comp/src/gb.web.form2/.src/Calendar/WebDateBox.class
- + comp/src/gb.web.form2/.src/Session.module
- comp/src/gb.web.form2/.src/Test/Webform1.class
- comp/src/gb.web.form2/.src/WebForm.class
- comp/src/gb.web.form2/style.css
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bfc455070e9b94dd77790afa7e789eefa5a1bc6d
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bfc455070e9b94dd77790afa7e789eefa5a1bc6d
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/20200307/be930b8d/attachment.html>
More information about the Notification
mailing list