src

the path to an external template that is loaded by Ajax

string src;

Example

{view:"template", src:"gettext.php"}

Details

When the response is received from server, it is set as value of the view template property.

Back to top