[Gambas-devel-svn] SF.net SVN: gambas:[7432] gambas/trunk/comp/src
Brought to you by:
gambas
From: <ga...@us...> - 2015-10-24 21:09:15
|
Revision: 7432 http://sourceforge.net/p/gambas/code/7432 Author: gambas Date: 2015-10-24 21:09:13 +0000 (Sat, 24 Oct 2015) Log Message: ----------- [GB.FORM] * NEW: MaskBox.Filter is a new property that takes a LIKE regular expression describing the allowed characters. By default all characters are allowed. * NEW: MaskBox now raises the Filter event with a character as argument. If this event is stopped, then the character is not allowed. By default all characters are allowed. [GB.WEB] * NEW: Request.Referer is a new property that returns the request referer. * NEW: Request.UserAgent is a new property that returns the request user agent. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/MaskBox.class gambas/trunk/comp/src/gb.form/.src/Test/FTestMaskBox.form gambas/trunk/comp/src/gb.form/.src/Test/FTestMessageView.class gambas/trunk/comp/src/gb.web/.info gambas/trunk/comp/src/gb.web/.src/Application.module gambas/trunk/comp/src/gb.web/.src/Request.module Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/Completion.class gambas/trunk/comp/src/gb.form/.src/FileCompletion.class Removed Paths: ------------- gambas/trunk/comp/src/gb.form/.src/Completion.class gambas/trunk/comp/src/gb.form/.src/FileCompletion.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |