Download from here:
MD5: 59bab8f71f8c096cd3f72cd73851515d
Rename it to: Sublime Text
Make it executable with: chmod u+x Sublime\ Text
Download from here:
MD5: 59bab8f71f8c096cd3f72cd73851515d
Rename it to: Sublime Text
Make it executable with: chmod u+x Sublime\ Text
# This widget requires jQuery-iMask to run | |
#https://github.com/cwolves/jQuery-iMask | |
from gluon.dal import Field | |
import re | |
def factory(mask='', auto_start=True, empty_chr="_", error_message="Did not match!"): | |
assert len(mask)>1, 'empty mask not is allowed' | |
assert len(empty_chr)==1, 'empty_chr requires one character' | |
from gluon.sqlhtml import StringWidget | |
from gluon.validators import IS_MATCH, IS_NOT_EMPTY |