0

What is can.Control in canJS? any detailed examples would be helpful

To my understanding can.control is used for tabs and grids within the html.

ramblinjan
  • 6,578
  • 3
  • 30
  • 38
copthen
  • 3
  • 1

1 Answers1

1

can.Control is the "Control" part of the MVC framework. You can use it to create modular widgets of any kind.

http://canjs.com/docs/can.Control.html

Alexis Abril
  • 6,389
  • 6
  • 33
  • 53