source: branches/stable/lib/inputMasks/expert.mask

Last change on this file was 272, checked in by westram, 23 years ago
  • expert.mask: - copy from test.mask
    • added 'NUMFIELD'
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 525 bytes
Line 
1ARB-Input-Mask
2# This is a simple user-mask example.
3
4# What to edit
5@ITEMTYPE=Species
6
7# Title of the user-mask-window
8@TITLE=Expert mask
9
10# Spacing in window
11@X_SPACING=5
12@Y_SPACING=3
13
14# Show edit/reload button
15@EDIT=1
16
17
18# ---------------------------
19# The definition of the mask:
20
21@MASK_BEGIN
22
23    TEXT("Switch to..") CHANGEMASK("Test","test.mask")
24
25    TEXT("You are editing") SELF()
26
27    NEW_SECTION()
28
29    TEXTFIELD("Expert name", "expert/name", 30)
30    NUMFIELD( "Rating     ", "expert/rating", 3, 1, 10)
31
32
33
34@MASK_END
Note: See TracBrowser for help on using the repository browser.