mattonem / WildCamping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WildCamp

Coverage Status Continuous Integration (CI) Static Badge

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).

Live Examples

About


Languages

Language:Smalltalk 100.0%