CApplication.Input


static function Input

Prototype:

static function Input(var string text, number is_password=false, string hint_markup="This application requires some input")

Parameters

var
// TO DO
is_password
(number) has a default value of false
hint_markup
(string) has a default value of "This application requires some input"

Description:

TODO: Document this

Return value:

// TO DO