WildCamp is html component implementation built with PharoJS.
- The component parent class to be used is
WCComponent
. - The html structure of the component is to be defined in:
YourComponent>>#renderHtmlOn:
.
It uses an Html tag brush to build the html template (see WCCHelloWorld
for an example).
This initialization of the component (generating callbacks and other stuff) happens in the YourComponent>>#start
method.
Components can be used statically as well as dynamically (WCHelloWorldApp
give an example of an app using WCCHelloWorld
as a static component).
- WCGeohashWebApp a GeoHash implementation.
- UBNameGenerator a Ubuntu-like name generator.