Maslosoft Framework Logo Maslosoft Framework Documentation
Flexible Application Foundation


Actions Persistence

The actions invoker, class Actions is able to keep track of what action and with what argment was called. This can automatically call JavaScript methods with proper arguments.

It will persist state by default, but only for registed users.

The state is saved even between devices, so that even when user uses different computer, his last actions still have effect!

Some use cases include:

  • Grid sorting directions
  • Grid displayed columns
  • Currently active tab
  • State of menu - whether it open or closed

Read more about actions and activities.