Announcement

Collapse
No announcement yet.

define custom module

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • define custom module

    Hi,

    By default, OX defined some modules like: contacts, mail, tasks, calendar,... each of them has it own folder. The question is: is there any way to create a custom module which has a custom folder associated to it? For example, I want to create a module to use with HTTP API the same way it used to be in.. erh.. Contacts module:

    PHP Code:
    http.GET({
       
    module'my module',
       ...
    }); 
    Thanks
Working...
X