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 TQuestion

Description

Question Dialog

Located in /widget/dialog/TQuestion.php (line 18)


	
			
Method Summary
__construct ($message, [$action_yes = NULL], [$action_no = NULL], [$title_msg = ''], [$label_yes = ''], [$label_no = ''])
Methods
Constructor __construct (line 27)

Class Constructor

  • access: public
__construct ($message, [$action_yes = NULL], [$action_no = NULL], [$title_msg = ''], [$label_yes = ''], [$label_no = ''])
  • $message: A string containint the question
  • $action_yes: Action taken for YES response
  • $action_no: Action taken for NO response
  • $title_msg: Dialog Title
  • $label_yes
  • $label_no