[TYPO3-mvc] mvc_extjs problem - no javascript-code added
Thomas Hucke
thucke at web.de
Thu Sep 16 20:17:52 CEST 2010
Hi Sven,
long time ago you reported your issue.
Did you figure out the cause?
I ran into a similar weird issue:
Same controller - different actions. Result of indexActiob shows the
javascript-code - result of showAction doesn´t.
+ Truncated the showAction to only execute that mvc_extjs stuff - no
success.
+ Updated extbase and fluid to 1.3.0alpha1, mvc_extjs to "view"-branch - no
success.
Anyone on this list any idea?
Thanks
Thomas
"Sven Kalbhenn" <sven at skom.de> schrieb im Newsbeitrag
news:mailman.15656.1273855424.610.typo3-project-typo3v4mvc at lists.typo3.org...
> Hi all,
>
> I want to use extjs in my new extension, so I installted mvc_extj and the
> mvc_extjs_samples and most of the examples are working correct.
> But wenn I put the same code (f.e. like the "Hello World"-Example or the
> "Simple Form"-Example) in my own extension, there is no javascript-code in
> the output (and no error-message).
> Here is my controller:
>
> class Tx_Planereservation_Controller_ReservationController extends
> Tx_MvcExtjs_ExtJS_Controller_ActionController {
> public function indexAction() {
> $this->initializeExtJSAction();
> $this->addJsInlineCode('
> var movie_form = new Ext.FormPanel({
> title: "tese",
> width: 250,
> items: [{
> xtype: "textfield",
> fieldLabel: "fieldlabel",
> name: "title",
> allowBlank: true
> }]
> });
> movie_form.render("MvcExtjsSamples-SimpleForm");
> ');
> $this->outputJsCode();
> }
> }
>
> Any hint, why there is no extjs-javascript in the output???
>
> Herzliche Grüße...Sven
>
>
More information about the TYPO3-project-typo3v4mvc
mailing list