[Gambas-devel-svn] SF.net SVN: gambas:[7464] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2015-11-11 00:45:51
|
Revision: 7464 http://sourceforge.net/p/gambas/code/7464 Author: gambas Date: 2015-11-11 00:45:49 +0000 (Wed, 11 Nov 2015) Log Message: ----------- [GB.WEB.FORM] * NEW: Button.Enabled is a new property that allows to disable a button. * BUG: Fix container style generation. * NEW: WebControl have a Width and Height properties now, which are synoymous for their style property counterparts. * OPT: WebControl do not send events if there are no event handler inside the server code. * NEW: WebTextBox is a new control that implements a text box. * NEW: New 'update' message from the client to update a control property in the server. * NEW: WebForm.Close() is a new method that resets the form state, and try to close it. Note that the browser prevent windows to be closed by a script if they haven't been opened by a script. * NEW: Control refresh in the browser tries to preserve the current active element and its selection. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/comp/src/gb.web.form/.hidden/control/webcontainer.png gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.list gambas/trunk/comp/src/gb.web.form/.src/Test/Webform1.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform1.webform gambas/trunk/comp/src/gb.web.form/.src/WebButton.class gambas/trunk/comp/src/gb.web.form/.src/WebContainer.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/lib.js gambas/trunk/comp/src/gb.web.form/style.css Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.hidden/control/webbutton.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webtextbox.png gambas/trunk/comp/src/gb.web.form/.public/close.png gambas/trunk/comp/src/gb.web.form/.src/WebTextBox.class Removed Paths: ------------- gambas/trunk/comp/src/gb.web.form/.hidden/control/webbutton.png gambas/trunk/comp/src/gb.web.form/.src/Web.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |