Determine current module position Topic is solved

Have a programming question regarding your component, plug-in, extension or core hacks? Have an interesting tidbit, FAQ or programming tip you’d like to share? This is the place for you.

Moderators: tjay, seadap, Rogue4ngel, matthewhayashida

Post Reply
mcongrove

Determine current module position

Post by mcongrove » Tue Mar 04, 2008 6:58 pm

Hey all,

Hopefully someone knows a quick and easy answer to my question.

I'm trying to build a component/module (not sure of the scope quite yet), but it relies heavily upon the module positions. For instance, if the module is loaded via mosLoadModules('left'), then I need the parameter 'left' to somehow be passed and used by my script.

Is there any way to determine the current module position for use in modules/components?

Thanks!

EDIT: Using 1.0.x

Post Reply