Changeset 4134 for waeup/branches/ulif-rewrite/src/waeup
- Timestamp:
- 15 May 2009, 12:54:45 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/src/waeup/browser.txt
r4054 r4134 82 82 We fill in a new name for our new faculty:: 83 83 84 >>> ctrl = browser.getControl(name='form. name')84 >>> ctrl = browser.getControl(name='form.title') 85 85 >>> ctrl.value = 'TestFac' 86 87 Furthermore we add a prefix and a code (kind of abbreviation): 88 89 >>> browser.getControl(name='form.code').value = 'TF' 86 90 87 91 Finally we click on 'Add Faculty' to add the new thing::
Note: See TracChangeset for help on using the changeset viewer.