all: intial code import
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
rendering
|
||||
renderFullnameFieldOn: html
|
||||
html tbsFormGroup: [
|
||||
html label: 'Fullname'.
|
||||
html textInput
|
||||
tbsFormControl;
|
||||
placeholder: 'fullname';
|
||||
callback: [ :value | self contact fullname: value ];
|
||||
value: (self contact fullname ifNil: '')
|
||||
]
|
Reference in New Issue
Block a user