6 public static function none($responseElement,$jqueryDone=
"html"){
7 return $responseElement.
".".$jqueryDone.
"( data )";
10 public static function jqFade($responseElement,$jqueryDone=
"html"){
11 return $responseElement.
".hide().{$jqueryDone}( data ).fadeIn()";
14 public static function jqSlide($responseElement,$jqueryDone=
"html"){
15 return $responseElement.
".hide().{$jqueryDone}( data ).slideDown()";
18 public static function random($responseElement,$jqueryDone=
"html"){
20 $transition=$transitions[\rand(0,\
sizeof($transitions)-1)];
25 if(\
sizeof($arguments)==2){
26 $responseElement=$arguments[0];
27 $jqueryDone=$arguments[1];
29 return $responseElement.
".".$jqueryDone.
"( data ).transition('{$name} in')";
static getConstantValues($postFix="", $prefixBefore=false)
static jqSlide($responseElement, $jqueryDone="html")
static jqFade($responseElement, $jqueryDone="html")
static __callStatic($name, $arguments)
static random($responseElement, $jqueryDone="html")
static none($responseElement, $jqueryDone="html")
static camelCaseToSeparated($input, $separator=" ")