WAStoreInfo


Seaside-Examples-Store

Comment:

A component that displays simple informative text about this example.  Used by WAStoreFillCart.

Hierarchy:

ProtoObject
Object
WAPresenter
WAComponent
WAStoreInfo

Summary:

methods:

instance class
as yet unclassified no messages

Detail:

instance methods:

as yet unclassified
renderContentOn: html

	html html: self text
text

	^
'Welcome to the sushiNet online store.
<p>
This is a sample Seaside application.
<p>
Use the search box at the top left to find some results.
Good searches to try might be "tuna", "saba", or "fish".
'

class methods:

^top


- made by Dandelion -