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 TQuickNotebookForm

Description

Create quick forms with a notebook wrapper

Located in /widget/wrapper/TQuickNotebookForm.php (line 21)

TForm
   |
   --TQuickForm
      |
      --TQuickNotebookForm
Variable Summary
mixed $notebook
mixed $table
Method Summary
__construct ([$name = 'my_form'])
addQuickAction ($label, $action, [$icon = 'fa:save'])
appendPage ($title, [$container = NULL])
setFormTitle ($title)
setNotebookWrapper ($notebook)
show ()
Methods
Constructor __construct (line 31)

Class Constructor

  • access: public
__construct ([$name = 'my_form'])
  • $name: Form Name

Redefinition of:
TQuickForm::__construct()
Class Constructor
addQuickAction (line 91)

Add a form action

  • access: public
addQuickAction ($label, $action, [$icon = 'fa:save'])
  • $label: Action Label
  • $action: TAction Object
  • $icon: Action Icon

Redefinition of:
TQuickForm::addQuickAction()
Add a form action
appendPage (line 67)

Append a notebook page

  • access: public
appendPage ($title, [$container = NULL])
  • $title: Page title
  • $container: Page container
setFormTitle (line 56)

Add a form title

  • access: public
setFormTitle ($title)
  • $title: Form title

Redefinition of:
TQuickForm::setFormTitle()
Add a form title
setNotebookWrapper (line 47)

Set the notebook wrapper

  • access: public
setNotebookWrapper ($notebook)
  • $notebook: Notebook wrapper
show (line 103)

Show the component

  • access: public
show ()

Redefinition of:
TForm::show()
Shows the form at the screen

Inherited Methods

Inherited From TQuickForm

TQuickForm::__construct()
TQuickForm::addQuickAction()
TQuickForm::addQuickButton()
TQuickForm::addQuickField()
TQuickForm::addQuickFields()
TQuickForm::addRow()
TQuickForm::delActions()
TQuickForm::detachActionButtons()
TQuickForm::getActionButtons()
TQuickForm::getActionsContainer()
TQuickForm::getContainer()
TQuickForm::getFieldsByRow()
TQuickForm::getInputRows()
TQuickForm::getTable()
TQuickForm::hideField()
TQuickForm::setClientValidation()
TQuickForm::setFieldsByRow()
TQuickForm::setFormTitle()
TQuickForm::showField()
TQuickForm::__set()

Inherited From TForm

TForm::__construct()
TForm::add()
TForm::addField()
TForm::clear()
TForm::delField()
TForm::delFields()
TForm::getChild()
TForm::getData()
TForm::getField()
TForm::getFields()
TForm::getFormByName()
TForm::getName()
TForm::getValues()
TForm::pack()
TForm::sendData()
TForm::setData()
TForm::setEditable()
TForm::setFields()
TForm::setName()
TForm::setProperty()
TForm::setTagName()
TForm::show()
TForm::silentField()
TForm::unsetProperty()
TForm::validate()
TForm::__set()