Search found 3 matches
- Tue Jan 04, 2011 11:52 pm
- Forum: Developers Discussion
- Topic: SetParameterType and problem with "
- Replies: 0
- Views: 1107
SetParameterType and problem with "
I've got parameter like: $this->SetParameterType('company_type', CLEAN_STRING); in my module. The problem is when user types: "company" after the submit (when validation of form fails) in "company_type" input there is: "company" The similar problem is with 'company' whi...
- Thu Sep 24, 2009 7:19 pm
- Forum: CMSMS Core
- Topic: Creating link from one site to another with module included
- Replies: 0
- Views: 562
Creating link from one site to another with module included
I have a shop module included on site with id=40. When I'm browsing products I have links like this: http://strona.com/index.php?mact=ModuleName,cntnt01,default,0&cntnt01cat=szkliwione&cntnt01page=7&cntnt01returnid=40&hl=pl_PL When I'm trying to create a link on other page (i.e. id=...
- Wed Feb 11, 2009 11:35 pm
- Forum: Developers Discussion
- Topic: Attaching custom js and css files depends on module in header section
- Replies: 0
- Views: 835
Attaching custom js and css files depends on module in header section
Let's say I created a module which uses a js library. This library is needed in admin section of my module. How can I attach specific js files in header section only for specific page (admin section in this example)? Is it possible to do this in my module's templates?