Jam.py
  • Jam.py documentation
  • Getting started
  • Jam.py programming
  • Jam.py FAQ
  • How to
  • Business application builder
  • Jam.py class reference
    • Client side (javascript) class reference
      • AbstractItem class
      • Task class
        • Attrubutes
        • Mehods
        • Events
      • Group class
      • Item class
      • Detail class
      • Reports class
      • Report class
      • Field class
      • Filter class
    • Server side (python) class reference
  • Release notes
  • Jam.py Application Design Tips
Jam.py
  • »
  • Jam.py class reference »
  • Client side (javascript) class reference »
  • Task class

Task class¶

class Task()¶

domain: client

language: javascript

Task class is used to create the root of the Task tree of the project.

Below the attributes, methods and events of the class are listed.

It, as well, inherits attributes and methods of its ancestor class AbstractItem class

Attrubutes¶

  • forms_container
  • forms_in_tabs
  • safe_mode
  • templates
  • user_info

Mehods¶

  • add_tab
  • close_tab
  • create_menu
  • init_tabs
  • load
  • login
  • logout
  • set_forms_container
  • upload

Events¶

  • on_edit_form_close_query
  • on_edit_form_created
  • on_edit_form_keydown
  • on_edit_form_keyup
  • on_edit_form_shown
  • on_filter_form_close_query
  • on_filter_form_created
  • on_filter_form_shown
  • on_page_loaded
  • on_param_form_close_query
  • on_param_form_created
  • on_param_form_shown
  • on_view_form_close_query
  • on_view_form_created
  • on_view_form_keydown
  • on_view_form_keyup
  • on_view_form_shown
Previous Next

© Copyright 2022, Jam.py Team. Last updated on Mar 16, 2023.

Built with Sphinx using a theme provided by Read the Docs.