sugoi internally added
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
package sugoi.form;
|
||||
|
||||
class Rules
|
||||
{
|
||||
|
||||
public function new()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public static function isNumber(element:FormElement)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public static function greaterThan(element:FormElement, value)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public static function lessThan(element:FormElement, value)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user