How to use a modules action as an Action Provider among the application?

dear all !

suppose we have an action name actionRegistration() in a module’s controller, that could be shared among controllers in our application, or in example, in another module,or in a widget.how could it be done!

regards.

bipu

Some possibilities:

  • Implement and register a class inherited from CAction: Actions code reuse with CAction

  • Use a wiget as action provider: How to use a Widget as an Action Provider

  • Use the extension runactions

Joblo,

now my issue is solved.

best regards.

bipu