Lançado Adianti Framework 7.6!
Clique aqui para saber mais
menu

Adianti Solutions

API

Adianti, Framework, PHP, MVC, Active record, Front controller, IDE, RAD, Web, multiplataforma, geração de código, desenvolvimento rápido, relatórios, formulários, listagens, datagrids, gráficos, banco de dados, padrões de projeto, design patterns API do Adianti Framework.
API Docs
code
Selecione a classe

Class TScroll

Description

Scrolled Window: Allows to add another containers inside, creating scrollbars when its content is bigger than its visual area

Located in /widget/container/TScroll.php (line 18)

TElement
   |
   --TScroll
Method Summary
setMargin ($margin)
setSize ($width, $height)
setTransparency ($bool)
show ()
Variables

Inherited Variables

Inherited from TElement

TElement::$children
Methods
Constructor __construct (line 28)

Class Constructor

  • access: public
__construct ()

Redefinition of:
TElement::__construct()
Class Constructor
setMargin (line 51)

Set the scrolling margin

  • access: public
setMargin ($margin)
  • $margin: Margin
setSize (line 41)

Set the scroll size

  • access: public
setSize ($width, $height)
  • $width: Panel's width
  • $height: Panel's height
setTransparency (line 59)

compability reasons

  • access: public
setTransparency ($bool)
  • $bool
show (line 67)

Shows the tag

  • access: public
show ()

Redefinition of:
TElement::show()
Shows the tag

Inherited Methods

Inherited From TElement

TElement::__construct()
TElement::add()
TElement::after()
TElement::clearChildren()
TElement::close()
TElement::closeTag()
TElement::del()
TElement::find()
TElement::get()
TElement::getAfterElement()
TElement::getChildren()
TElement::getContents()
TElement::getIsWrapped()
TElement::getName()
TElement::getProperties()
TElement::getProperty()
TElement::hide()
TElement::insert()
TElement::open()
TElement::openTag()
TElement::setIsWrapped()
TElement::setName()
TElement::setProperties()
TElement::setProperty()
TElement::setUseLineBreaks()
TElement::setUseSingleQuotes()
TElement::show()
TElement::tag()
TElement::__clone()
TElement::__get()
TElement::__isset()
TElement::__set()
TElement::__toString()
TElement::__unset()