Templates

date_grid specifies the content of start date or end date columns in grid
drag_link specifies the text of tooltips that are displayed when the user creates a new dependency link
drag_link_class specifies the CSS class that will be applied to the pop-up that appears when a user drags a link
format_date converts a date object to a date string. Used to send data back to the server
grid_blank specifies the custom content inserted before the labels of child items in the tree column
grid_date_format specifies the format of dates in the "Start time" column
grid_file specifies the icon of child items in the tree column
grid_folder specifies the icon of parent items in the tree column
grid_header_class specifies the CSS class that will be applied to the headers of the table's columns
grid_indent specifies the indent of the child items in a branch (in the tree column)
grid_open specifies the icon of the open/close sign in the tree column
grid_row_class specifies the CSS class that will be applied to a grid row
histogram_cell_allocated defines the height of the filled area in the resourceHistogram
histogram_cell_capacity specifies the height of the line that defines the available capacity of the resource
histogram_cell_class defines the CSS class which is applied to a cell of the resource panel
histogram_cell_label defines the label inside a cell
link_class specifies the CSS class that will be applied to a link
link_description specifies the text in the header of the link's "delete" confirm window
parse_date converts date string into a Date object
progress_text specifies the text in the completed part of the task bar
quick_info_class specifies the CSS class that will be applied to the pop-up edit form
quick_info_content specifies the content of the pop-up edit form
quick_info_date specifies the date of the pop-up edit form
quick_info_title specifies the title of the pop-up edit form
resource_cell_class defines the CSS class names of cells in the resource timeline cells
resource_cell_value defines the HTML content of resource timeline cells
scale_cell_class specifies the CSS class that will be applied to cells of the time scale of the timeline area
scale_row_class specifies the CSS class that will be applied to the time scale
task_class specifies the CSS class that will be applied to task bars
task_date specifies the date format of the label in the 'Time period' section of the lightbox
task_end_date specifies the format for the end dates of tasks in the lightbox
task_row_class specifies the CSS class that will be applied to the row of the timeline area
task_text specifies the text in the task bars and the header of the lightbox
task_time specifies the date period in the header of the lightbox
task_unscheduled_time specifies the dates of unscheduled tasks
time_picker specifies the format of the drop-down time selector in the lightbox
timeline_cell_class specifies the CSS class that will be applied to the cells of the timeline area
timeline_cell_content specifies custom HTML content in the timeline cells
tooltip_date_format specifies the format of start and end dates displayed in the tooltip
tooltip_text specifies the text of tooltips
xml_date a string from an XML file is converted into a date object in conformity with this template
xml_format a date object is converted into a string in conformity with this template. Used to send data back to the server
rightside_text specifies the text assigned to tasks bars on the right side
leftside_text specifies the text assigned to tasks bars on the left side
lightbox_header specifies the lightbox's header
marker_class specifies the CSS class that will be applied to markers
Back to top