Author Topic: Add a panel in time module  (Read 3737 times)

waldo2188

  • Newbie
  • *
  • Posts: 6
    • View Profile
Add a panel in time module
« on: September 10, 2010, 05:39:33 am »
Hi everybody!

I try to add a Panel bar at the top of the time module.
This panel is for add some filter options,  like in the tasks module.

I try to understand how it's work with the tasks module. I've found three thing :
in the time view :
 - HTML Div for be the container of the filter's form
 - Javascript that instantiate a JS objet
 - a JS object that make the form and control actions.

I've miss some thing, because, my implantation dosen't work.

I search some information about the panel and how it work with the data.

Thanks in advance!