WANoteDialog


Seaside-Components-Dialogs

Comment:



Hierarchy:

ProtoObject
Object
WAPresenter
WAComponent
WAFormDialog
WANoteDialog

Summary:

instance variables:

note

methods:

instance class
as yet unclassified no messages

Detail:

instance variables:

note

instance methods:

as yet unclassified
buttons

	^ #(ok cancel)
cancel

	self answer: nil
ok

	self answer: note
renderDialogOn: html

	html cssId: 'dialog-note'.
	html textAreaWithValue: note callback: [:v | note _ v].
style

	^ ' 
	#dialog-note {width: 80%; height: 200px}
	'

class methods:

^top


- made by Dandelion -