Lungo.Attributes.Section.js 471 B

12345678910111213141516171819202122
  1. /**
  2. * Make an analysis of <elements> in a <section>.
  3. *
  4. * @namespace LUNGO.Attributes
  5. * @class Section
  6. *
  7. * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  8. * @author Guillermo Pascual <pasku@tapquo.com> || @pasku1
  9. */
  10. LUNGO.Attributes.Section = {
  11. header: {
  12. name: 'header',
  13. reference: 'height',
  14. bind: 'top'
  15. },
  16. footer: {
  17. name: 'footer',
  18. reference: 'height',
  19. bind: 'bottom'
  20. }
  21. };