Skip to content

mattonem/WildCamping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published