all: intial code import
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
rendering
|
||||
renderEmailFieldOn: html
|
||||
html tbsFormGroup: [
|
||||
html label: 'Email'.
|
||||
html emailInput
|
||||
tbsFormControl;
|
||||
placeholder: 'your@email.eu';
|
||||
callback: [ :email | self contact email: email address ];
|
||||
value: (self contact email ifNil: '')
|
||||
]
|
Reference in New Issue
Block a user