Assets

hi

i want content of Assets folder , load end of page.

Is there a way ??

thanks

Hello n-r

Please go to that extension class and check the java script initializtion part e.g. -$cs->registerScript(CLASS . ‘#’ . $this->id, ob_get_clean() . ‘;’,

[color="#00FF00"]CClientScript::POS_READY[/color]); change the postion of the script to POS_READY. if no postion defined add the postion CClientScript::POS_READY. if you want to change the assets publishing position same way you can try. cheers (y)

thanks. :)