Search found 12 matches
- Mon Dec 07, 2009 12:46 am
- Forum: Module und Tags
- Topic: Eigener Javascript im Backend
- Replies: 2
- Views: 1498
Eigener Javascript im Backend
Hallo! Ich bin gerade dabei ein modul zu entwickeln, und stehe vor dem problem, dass ich es nicht schaffe meinen dynamisch generierten Javascript in den Head bereich zu laden, so das er im Admin Bereich zur verfügung steht. Wie kann ich das am besten machen? Ist das überhaupt möglich? vielen Dank fü...
- Mon Dec 07, 2009 12:44 am
- Forum: Developers Discussion
- Topic: Own Javascript in Backend
- Replies: 1
- Views: 1405
Own Javascript in Backend
I'm develloping a modul and i have the problem, that i do not know how to put some generated Javascript into the head section in the admin page.
Could anybody please tell me what's the easyest way to put some dynamically generated javascript into the head section of the admin page.
best regards
Could anybody please tell me what's the easyest way to put some dynamically generated javascript into the head section of the admin page.
best regards
- Mon Oct 19, 2009 7:25 pm
- Forum: Modules/Add-Ons
- Topic: call content tag external
- Replies: 5
- Views: 1892
Re: call content tag external
do you know if it is also possible to call the following from extern?
{$content_obj->GetPropertyValue('image')}
{$content_obj->GetPropertyValue('image')}
- Mon Oct 19, 2009 7:21 pm
- Forum: Modules/Add-Ons
- Topic: call content tag external
- Replies: 5
- Views: 1892
Re: call content tag external
thank you very much!
- Mon Oct 19, 2009 5:47 pm
- Forum: Modules/Add-Ons
- Topic: call content tag external
- Replies: 5
- Views: 1892
call content tag external
Hey! I'm trying to develop a flash frontend and i have the problem to get the content into flash. Do you know, if it is possible to call it with a special link? I have seen, that it is possible to get the menu "out of the system" ... index.php?mact=MenuManager,cntnt02,default,0&cntnt02...
- Mon Oct 19, 2009 5:44 pm
- Forum: Module und Tags
- Topic: Content einer seite extern abrufen?
- Replies: 1
- Views: 1030
Content einer seite extern abrufen?
Hallo an alle! Ich bin gerade dabei ein flash front-end zu entwickeln, und wollte fragen, ob es möglich ist, und wenn ja wie, das man mit einem speziellen link auf den content block zugreifen kann. Ich bin auf die idee gekommen, da es ja bei dem menü ganz einfach geht: index.php?mact=MenuManager,cnt...
- Mon Mar 23, 2009 2:10 am
- Forum: German - Deutsch
- Topic: Formular Programmieren - kann daten nicht empfangen - $_POST geht- $params nicht
- Replies: 1
- Views: 1582
Re: Formular Programmieren - kann daten nicht empfangen - $_POST geht- $params nicht
Nach langem suchen habe ich das problem selbst gefunden. Schuld war der eintrag I found the problem :-) function SetParameters() { $this->RestrictUnknownParams(); } in der test.module.php Der steht da desshalb, da ich mich am skeleton orientiert habe, aber offensichtlich vergessen ha...
- Mon Mar 23, 2009 2:05 am
- Forum: Developers Discussion
- Topic: Form problem - i can only get data from $_POST and not from $params
- Replies: 4
- Views: 2178
Re: Form problem - i can only get data from $_POST and not from $params
I found the problem :-) I had in the test.module.php the following line: function SetParameters() { $this->RestrictUnknownParams(); } That line came from the skeleton plugin, but i have not copied the $this->SetParameterType('description',CLEAN_STRING); line ;-) After changing to fun...
- Sun Mar 22, 2009 8:54 am
- Forum: Developers Discussion
- Topic: Form problem - i can only get data from $_POST and not from $params
- Replies: 4
- Views: 2178
Re: Form problem - i can only get data from $_POST and not from $params
When i insert the {debug} command, I get the following error message at the end of the page: {$gCms} Fatal error: Allowed memory size of 262144000 bytes exhausted (tried to allocate 924459 bytes) in /var/www/cmsms_v1.5.3/lib/smarty/plugins/modifier.debug_print_var.php on line 47 Is this normal in a...
- Sun Mar 22, 2009 8:33 am
- Forum: Developers Discussion
- Topic: Form problem - i can only get data from $_POST and not from $params
- Replies: 4
- Views: 2178
Re: Form problem - i can only get data from $_POST and not from $params
Hi! thank you very much for you reply. I have changed the line, but the result is still the same :'( Debug: (0.087701) - (10204296) Number of elements: 3 Array ( [module] => test [returnid] => 15 [action] => default ) Debug: (0.087749) - (10204520) Number of elements: 5 Array ( [mac...
- Sat Mar 21, 2009 4:32 pm
- Forum: Developers Discussion
- Topic: Form problem - i can only get data from $_POST and not from $params
- Replies: 4
- Views: 2178
Form problem - i can only get data from $_POST and not from $params
Hello everybody! I'm trying do develop a modul and have the problem, that i can't get the data out of my form. (I'm Using cmsms 1.5.3) this is my default.action.php file: <?php debug_display($params); debug_display($_POST); echo $params['description']; echo $this->CreateFormStart($id, 'default', $re...
- Sat Mar 21, 2009 2:20 am
- Forum: German - Deutsch
- Topic: Formular Programmieren - kann daten nicht empfangen - $_POST geht- $params nicht
- Replies: 1
- Views: 1582
Formular Programmieren - kann daten nicht empfangen - $_POST geht- $params nicht
Hallo an alle! Ich bin gerade dabei ein modul zu programmieren, welches über eine benutzereingabe nach daten in der db sucht. Mein Problem ist, dass ich nicht über die $params variable an die daten komme. Ursprünglich habe ich alles mit smarty objekten bzw zuweisungen programmiert, aber da es nicht ...