| ID |
com-chilipeppr-widget-tinyg
|
| Standalone URL |
http://fiddle.jshell.net/chilipeppr/zMbL9/show/light/
|
| Fiddle URL |
http://jsfiddle.net/chilipeppr/zMbL9/
|
| Description |
This element shows a modal of a widget's/element's pubsub so the user can see how this widget/element interacts with other widgets/elements.
|
Interface Implementation
This widget/element implements an interface specification. Since Javascript does not have the notion of interfaces like the way languages such as Java have native support for interfaces, ChiliPeppr has defined its own loose version of an interface. If this widget/element has implemented an interface, it means it has followed a general standard set of pubsub signals that other widgets/elements should follow as well to make them swappable.
Publish
This widget/element publishes the following signals. These signals are owned by this widget/element and are published to all objects inside the ChiliPeppr environment that listen to them via the chilipeppr.subscribe(signal, callback) method.
Subscribe
This widget/element subscribes to the following signals. These signals are owned by this widget/element. Other objects inside the ChiliPeppr environment can publish to these signals via the chilipeppr.publish(signal, data) method.
Foreign Publish
This widget/element publishes to the following signals that are owned by other objects.
Foreign Subscribe
This widget/element subscribes to the following signals owned by other objects.