altus34
9 Jul 2007, 5:34 PM
Hi,
I search for equivalent functionality in Ext that I can have with prototype.
I search for the content type "text/javascript" in prototype equivalent in EXT.
I'll love write some JSON response like :
<?php
header('Content-Type: text/javascript; charset: UTF-8');
echo "alert('bouh !');";
?>
And my javascript be directly interpreted on the client.
Does this functionality is available in EXT (I can found the response when I read the EXT API)
Thank you for any input.
I search for equivalent functionality in Ext that I can have with prototype.
I search for the content type "text/javascript" in prototype equivalent in EXT.
I'll love write some JSON response like :
<?php
header('Content-Type: text/javascript; charset: UTF-8');
echo "alert('bouh !');";
?>
And my javascript be directly interpreted on the client.
Does this functionality is available in EXT (I can found the response when I read the EXT API)
Thank you for any input.