├── .idea ├── .name ├── encodings.xml ├── meteor-scheduler.iml ├── modules.xml ├── scopes │ └── scope_settings.xml ├── vcs.xml └── workspace.xml ├── .versions ├── README.md ├── dhtmlx_scheduler ├── README.md ├── bower.json ├── codebase │ ├── connector │ │ ├── base_connector.php │ │ ├── chart_connector.php │ │ ├── combo_connector.php │ │ ├── convert.php │ │ ├── crosslink_connector.php │ │ ├── data_connector.php │ │ ├── dataprocessor.php │ │ ├── dataview_connector.php │ │ ├── db_adodb.php │ │ ├── db_common.php │ │ ├── db_excel.php │ │ ├── db_filesystem.php │ │ ├── db_mssql.php │ │ ├── db_mysqli.php │ │ ├── db_oracle.php │ │ ├── db_pdo.php │ │ ├── db_phpcake.php │ │ ├── db_phpci.php │ │ ├── db_phpyii.php │ │ ├── db_postgre.php │ │ ├── db_sasql.php │ │ ├── db_sqlite.php │ │ ├── db_sqlite3.php │ │ ├── db_sqlsrv.php │ │ ├── filesystem_item.php │ │ ├── form_connector.php │ │ ├── gantt_connector.php │ │ ├── grid_config.php │ │ ├── grid_connector.php │ │ ├── keygrid_connector.php │ │ ├── mixed_connector.php │ │ ├── options_connector.php │ │ ├── scheduler_connector.php │ │ ├── strategy.php │ │ ├── tools.php │ │ ├── tree_connector.php │ │ ├── treedatagroup_connector.php │ │ ├── treedatamultitable_connector.php │ │ ├── treegrid_connector.php │ │ ├── treegridgroup_connector.php │ │ ├── treegridmultitable_connector.php │ │ ├── treegroup_connector.php │ │ ├── treemultitable_connector.php │ │ ├── update.php │ │ └── xss_filter.php │ ├── dhtmlxscheduler.css │ ├── dhtmlxscheduler.js │ ├── dhtmlxscheduler_classic.css │ ├── dhtmlxscheduler_flat.css │ ├── dhtmlxscheduler_glossy.css │ ├── ext │ │ ├── dhtmlxscheduler_active_links.js │ │ ├── dhtmlxscheduler_agenda_view.js │ │ ├── dhtmlxscheduler_all_timed.js │ │ ├── dhtmlxscheduler_collision.js │ │ ├── dhtmlxscheduler_container_autoresize.js │ │ ├── dhtmlxscheduler_cookie.js │ │ ├── dhtmlxscheduler_editors.js │ │ ├── dhtmlxscheduler_expand.js │ │ ├── dhtmlxscheduler_html_templates.js │ │ ├── dhtmlxscheduler_key_nav.js │ │ ├── dhtmlxscheduler_layer.js │ │ ├── dhtmlxscheduler_limit.js │ │ ├── dhtmlxscheduler_map_view.js │ │ ├── dhtmlxscheduler_minical.js │ │ ├── dhtmlxscheduler_monthheight.js │ │ ├── dhtmlxscheduler_multiselect.js │ │ ├── dhtmlxscheduler_multisource.js │ │ ├── dhtmlxscheduler_mvc.js │ │ ├── dhtmlxscheduler_offline.js │ │ ├── dhtmlxscheduler_outerdrag.js │ │ ├── dhtmlxscheduler_pdf.js │ │ ├── dhtmlxscheduler_quick_info.js │ │ ├── dhtmlxscheduler_readonly.js │ │ ├── dhtmlxscheduler_recurring.js │ │ ├── dhtmlxscheduler_serialize.js │ │ ├── dhtmlxscheduler_tooltip.js │ │ ├── dhtmlxscheduler_url.js │ │ ├── dhtmlxscheduler_wp.js │ │ └── dhtmlxscheduler_year_view.js │ ├── imgs │ │ ├── but_repeat.gif │ │ ├── buttons.png │ │ ├── calendar.gif │ │ ├── clock_big.gif │ │ ├── clock_small.gif │ │ ├── collapse_expand_icon.gif │ │ ├── controls.gif │ │ ├── databg.png │ │ ├── databg_now.png │ │ ├── export_ical.png │ │ ├── export_pdf.png │ │ ├── icon.png │ │ ├── images.png │ │ ├── loading.gif │ │ └── resize_dots.png │ ├── imgs_dhx_terrace │ │ ├── arrow_left.png │ │ ├── arrow_right.png │ │ ├── but_repeat.gif │ │ ├── calendar.gif │ │ ├── clock_big.gif │ │ ├── clock_small.gif │ │ ├── close_icon.png │ │ ├── collapse_expand_icon.gif │ │ ├── controls.png │ │ ├── databg.png │ │ ├── databg_now.png │ │ ├── export_ical.png │ │ ├── export_pdf.png │ │ ├── resize_dots.png │ │ └── resizing.png │ ├── imgs_flat │ │ ├── agenda_bg.gif │ │ ├── arrow_left.png │ │ ├── arrow_right.png │ │ ├── but_repeat.gif │ │ ├── calendar.gif │ │ ├── clock.png │ │ ├── clock_big.gif │ │ ├── clock_small.gif │ │ ├── close_icon.png │ │ ├── collapse_expand_icon.gif │ │ ├── controls.png │ │ ├── databg.png │ │ ├── databg_now.png │ │ ├── export_ical.png │ │ ├── export_pdf.png │ │ ├── resize_dots.png │ │ └── resizing.png │ ├── imgs_glossy │ │ ├── blue_tab.png │ │ ├── blue_tab_wide.png │ │ ├── but_repeat.gif │ │ ├── buttons.gif │ │ ├── calendar.gif │ │ ├── clock_big.png │ │ ├── clock_small.png │ │ ├── collapse_expand_icon.gif │ │ ├── controlls5.png │ │ ├── databg.png │ │ ├── databg_now.png │ │ ├── event-bg.png │ │ ├── export_ical.png │ │ ├── export_pdf.png │ │ ├── icon.png │ │ ├── left-separator.png │ │ ├── left-time-bg.png │ │ ├── lightbox.png │ │ ├── loading.gif │ │ ├── move.png │ │ ├── multi-days-bg.png │ │ ├── second-top-days-bg.png │ │ ├── top-days-bg.png │ │ ├── top-separator.gif │ │ ├── white_tab.png │ │ └── white_tab_wide.png │ ├── locale │ │ ├── locale_ar.js │ │ ├── locale_be.js │ │ ├── locale_ca.js │ │ ├── locale_cn.js │ │ ├── locale_cs.js │ │ ├── locale_da.js │ │ ├── locale_de.js │ │ ├── locale_el.js │ │ ├── locale_en.js │ │ ├── locale_es.js │ │ ├── locale_fi.js │ │ ├── locale_fr.js │ │ ├── locale_he.js │ │ ├── locale_hu.js │ │ ├── locale_id.js │ │ ├── locale_it.js │ │ ├── locale_jp.js │ │ ├── locale_nb.js │ │ ├── locale_nl.js │ │ ├── locale_no.js │ │ ├── locale_pl.js │ │ ├── locale_pt.js │ │ ├── locale_ro.js │ │ ├── locale_ru.js │ │ ├── locale_si.js │ │ ├── locale_sk.js │ │ ├── locale_sv.js │ │ ├── locale_tr.js │ │ ├── locale_ua.js │ │ └── recurring │ │ │ ├── locale_recurring_be.js │ │ │ ├── locale_recurring_cn.js │ │ │ ├── locale_recurring_cs.js │ │ │ ├── locale_recurring_da.js │ │ │ ├── locale_recurring_de.js │ │ │ ├── locale_recurring_el.js │ │ │ ├── locale_recurring_en.js │ │ │ ├── locale_recurring_es.js │ │ │ ├── locale_recurring_fi.js │ │ │ ├── locale_recurring_fr.js │ │ │ ├── locale_recurring_it.js │ │ │ ├── locale_recurring_nb.js │ │ │ ├── locale_recurring_nl.js │ │ │ ├── locale_recurring_pl.js │ │ │ ├── locale_recurring_pt.js │ │ │ ├── locale_recurring_ro.js │ │ │ ├── locale_recurring_ru.js │ │ │ ├── locale_recurring_sk.js │ │ │ ├── locale_recurring_sv.js │ │ │ ├── locale_recurring_ua.js │ │ │ ├── repeat_template_be.html │ │ │ ├── repeat_template_cn.html │ │ │ ├── repeat_template_de.html │ │ │ ├── repeat_template_el.html │ │ │ ├── repeat_template_en.html │ │ │ ├── repeat_template_es.html │ │ │ ├── repeat_template_fr.html │ │ │ ├── repeat_template_it.html │ │ │ ├── repeat_template_nl.html │ │ │ ├── repeat_template_ro.html │ │ │ ├── repeat_template_ru.html │ │ │ └── repeat_template_sk.html │ └── sources │ │ ├── dhtmlxscheduler.js │ │ ├── dhtmlxscheduler.js.map │ │ ├── ext │ │ ├── dhtmlxscheduler_active_links.js │ │ ├── dhtmlxscheduler_active_links.js.map │ │ ├── dhtmlxscheduler_agenda_view.js │ │ ├── dhtmlxscheduler_agenda_view.js.map │ │ ├── dhtmlxscheduler_all_timed.js │ │ ├── dhtmlxscheduler_all_timed.js.map │ │ ├── dhtmlxscheduler_collision.js │ │ ├── dhtmlxscheduler_collision.js.map │ │ ├── dhtmlxscheduler_container_autoresize.js │ │ ├── dhtmlxscheduler_container_autoresize.js.map │ │ ├── dhtmlxscheduler_cookie.js │ │ ├── dhtmlxscheduler_cookie.js.map │ │ ├── dhtmlxscheduler_editors.js │ │ ├── dhtmlxscheduler_editors.js.map │ │ ├── dhtmlxscheduler_expand.js │ │ ├── dhtmlxscheduler_expand.js.map │ │ ├── dhtmlxscheduler_html_templates.js │ │ ├── dhtmlxscheduler_html_templates.js.map │ │ ├── dhtmlxscheduler_key_nav.js │ │ ├── dhtmlxscheduler_key_nav.js.map │ │ ├── dhtmlxscheduler_layer.js │ │ ├── dhtmlxscheduler_layer.js.map │ │ ├── dhtmlxscheduler_limit.js │ │ ├── dhtmlxscheduler_limit.js.map │ │ ├── dhtmlxscheduler_map_view.js │ │ ├── dhtmlxscheduler_map_view.js.map │ │ ├── dhtmlxscheduler_minical.js │ │ ├── dhtmlxscheduler_minical.js.map │ │ ├── dhtmlxscheduler_monthheight.js │ │ ├── dhtmlxscheduler_monthheight.js.map │ │ ├── dhtmlxscheduler_multiselect.js │ │ ├── dhtmlxscheduler_multiselect.js.map │ │ ├── dhtmlxscheduler_multisource.js │ │ ├── dhtmlxscheduler_multisource.js.map │ │ ├── dhtmlxscheduler_mvc.js │ │ ├── dhtmlxscheduler_mvc.js.map │ │ ├── dhtmlxscheduler_offline.js │ │ ├── dhtmlxscheduler_offline.js.map │ │ ├── dhtmlxscheduler_outerdrag.js │ │ ├── dhtmlxscheduler_outerdrag.js.map │ │ ├── dhtmlxscheduler_pdf.js │ │ ├── dhtmlxscheduler_pdf.js.map │ │ ├── dhtmlxscheduler_quick_info.js │ │ ├── dhtmlxscheduler_quick_info.js.map │ │ ├── dhtmlxscheduler_readonly.js │ │ ├── dhtmlxscheduler_readonly.js.map │ │ ├── dhtmlxscheduler_recurring.js │ │ ├── dhtmlxscheduler_recurring.js.map │ │ ├── dhtmlxscheduler_serialize.js │ │ ├── dhtmlxscheduler_serialize.js.map │ │ ├── dhtmlxscheduler_tooltip.js │ │ ├── dhtmlxscheduler_tooltip.js.map │ │ ├── dhtmlxscheduler_url.js │ │ ├── dhtmlxscheduler_url.js.map │ │ ├── dhtmlxscheduler_wp.js │ │ ├── dhtmlxscheduler_wp.js.map │ │ ├── dhtmlxscheduler_year_view.js │ │ └── dhtmlxscheduler_year_view.js.map │ │ ├── locale │ │ ├── locale_ar.js │ │ ├── locale_ar.js.map │ │ ├── locale_be.js │ │ ├── locale_be.js.map │ │ ├── locale_ca.js │ │ ├── locale_ca.js.map │ │ ├── locale_cn.js │ │ ├── locale_cn.js.map │ │ ├── locale_cs.js │ │ ├── locale_cs.js.map │ │ ├── locale_da.js │ │ ├── locale_da.js.map │ │ ├── locale_de.js │ │ ├── locale_de.js.map │ │ ├── locale_el.js │ │ ├── locale_el.js.map │ │ ├── locale_en.js │ │ ├── locale_en.js.map │ │ ├── locale_es.js │ │ ├── locale_es.js.map │ │ ├── locale_fi.js │ │ ├── locale_fi.js.map │ │ ├── locale_fr.js │ │ ├── locale_fr.js.map │ │ ├── locale_he.js │ │ ├── locale_he.js.map │ │ ├── locale_hu.js │ │ ├── locale_hu.js.map │ │ ├── locale_id.js │ │ ├── locale_id.js.map │ │ ├── locale_it.js │ │ ├── locale_it.js.map │ │ ├── locale_jp.js │ │ ├── locale_jp.js.map │ │ ├── locale_nb.js │ │ ├── locale_nb.js.map │ │ ├── locale_nl.js │ │ ├── locale_nl.js.map │ │ ├── locale_no.js │ │ ├── locale_no.js.map │ │ ├── locale_pl.js │ │ ├── locale_pl.js.map │ │ ├── locale_pt.js │ │ ├── locale_pt.js.map │ │ ├── locale_ro.js │ │ ├── locale_ro.js.map │ │ ├── locale_ru.js │ │ ├── locale_ru.js.map │ │ ├── locale_si.js │ │ ├── locale_si.js.map │ │ ├── locale_sk.js │ │ ├── locale_sk.js.map │ │ ├── locale_sv.js │ │ ├── locale_sv.js.map │ │ ├── locale_tr.js │ │ ├── locale_tr.js.map │ │ ├── locale_ua.js │ │ ├── locale_ua.js.map │ │ └── recurring │ │ │ ├── locale_recurring_be.js │ │ │ ├── locale_recurring_be.js.map │ │ │ ├── locale_recurring_cn.js │ │ │ ├── locale_recurring_cn.js.map │ │ │ ├── locale_recurring_cs.js │ │ │ ├── locale_recurring_cs.js.map │ │ │ ├── locale_recurring_da.js │ │ │ ├── locale_recurring_da.js.map │ │ │ ├── locale_recurring_de.js │ │ │ ├── locale_recurring_de.js.map │ │ │ ├── locale_recurring_el.js │ │ │ ├── locale_recurring_el.js.map │ │ │ ├── locale_recurring_en.js │ │ │ ├── locale_recurring_en.js.map │ │ │ ├── locale_recurring_es.js │ │ │ ├── locale_recurring_es.js.map │ │ │ ├── locale_recurring_fi.js │ │ │ ├── locale_recurring_fi.js.map │ │ │ ├── locale_recurring_fr.js │ │ │ ├── locale_recurring_fr.js.map │ │ │ ├── locale_recurring_it.js │ │ │ ├── locale_recurring_it.js.map │ │ │ ├── locale_recurring_nb.js │ │ │ ├── locale_recurring_nb.js.map │ │ │ ├── locale_recurring_nl.js │ │ │ ├── locale_recurring_nl.js.map │ │ │ ├── locale_recurring_pl.js │ │ │ ├── locale_recurring_pl.js.map │ │ │ ├── locale_recurring_pt.js │ │ │ ├── locale_recurring_pt.js.map │ │ │ ├── locale_recurring_ro.js │ │ │ ├── locale_recurring_ro.js.map │ │ │ ├── locale_recurring_ru.js │ │ │ ├── locale_recurring_ru.js.map │ │ │ ├── locale_recurring_sk.js │ │ │ ├── locale_recurring_sk.js.map │ │ │ ├── locale_recurring_sv.js │ │ │ ├── locale_recurring_sv.js.map │ │ │ ├── locale_recurring_ua.js │ │ │ ├── locale_recurring_ua.js.map │ │ │ ├── repeat_template_be.html │ │ │ ├── repeat_template_cn.html │ │ │ ├── repeat_template_de.html │ │ │ ├── repeat_template_el.html │ │ │ ├── repeat_template_en.html │ │ │ ├── repeat_template_es.html │ │ │ ├── repeat_template_fr.html │ │ │ ├── repeat_template_it.html │ │ │ ├── repeat_template_nl.html │ │ │ ├── repeat_template_ro.html │ │ │ ├── repeat_template_ru.html │ │ │ └── repeat_template_sk.html │ │ └── skins │ │ ├── dhtmlxscheduler.css │ │ ├── dhtmlxscheduler_classic.css │ │ ├── dhtmlxscheduler_flat.css │ │ └── dhtmlxscheduler_glossy.css ├── license.txt ├── readme.txt ├── samples │ ├── 01_initialization_loading │ │ ├── 01_basic_init.html │ │ ├── 02_hour_scale_format.html │ │ ├── 03_header_format.html │ │ ├── 05_loading_database.html │ │ ├── 06_multi_day_events.html │ │ ├── 07_locale_usage.html │ │ ├── 08_options.html │ │ ├── 09_connector_options.html │ │ ├── 10_loading_database_json.html │ │ ├── 11_connector_options_json.html │ │ ├── 12_block_csrf.html │ │ ├── 13_touch_ui.html │ │ ├── data │ │ │ ├── events.php │ │ │ ├── events.xml │ │ │ ├── events_json.php │ │ │ ├── events_safe.php │ │ │ ├── types.php │ │ │ ├── types.xml │ │ │ └── types_json.php │ │ └── index.html │ ├── 02_customization │ │ ├── 01_events_coloring.html │ │ ├── 02_days_coloring.html │ │ ├── 03_hours_coloring.html │ │ ├── 04_month_days_coloring.html │ │ ├── 05_custom_editor.html │ │ ├── 06_templates.html │ │ ├── 07_custom_view.html │ │ ├── 08_validation.html │ │ ├── 09_timestep.html │ │ ├── 10_without_toolbar.html │ │ ├── 11_auto_end_date.html │ │ ├── 12_full_day_event.html │ │ ├── 13_single_checkbox_section.html │ │ ├── 14_radio_buttons_section.html │ │ ├── 15_combo_select.html │ │ ├── 16_custom_form.html │ │ ├── 17_lightbox_header.html │ │ ├── 18_combo_select_from_db.html │ │ ├── 20_multiline_event_bars.html │ │ ├── 21_custom_hour_scale.html │ │ ├── 22_opertions_with_lightbox.html │ │ ├── 23_current_time.html │ │ ├── 24_cascade_event_display.html │ │ ├── 25_color_property.html │ │ ├── 26_linked_selects_in_lightbox.html │ │ ├── 27_custom_event_box.html │ │ ├── 28_lightbox_default_value.html │ │ ├── 29_changing_lightbox_configurations.html │ │ ├── 30_lightbox_time_format.html │ │ ├── 31_view_more.html │ │ ├── 32_resizable_month_events.html │ │ ├── data │ │ │ ├── combo_select.php │ │ │ └── events.xml │ │ ├── imgs │ │ │ ├── databg.png │ │ │ ├── hour_bg.png │ │ │ └── week_bg.png │ │ └── index.html │ ├── 03_extensions │ │ ├── 01_recurring_events.html │ │ ├── 03_agenda_view.html │ │ ├── 04_year_view.html │ │ ├── 05_expand_plugin.html │ │ ├── 06_links_plugin.html │ │ ├── 07_navigation_plugin.html │ │ ├── 08_cookies_plugin.html │ │ ├── 09_html_templates_plugin.html │ │ ├── 10_url_date_plugin.html │ │ ├── 11_pdf_plugin.html │ │ ├── 12_readonly_form.html │ │ ├── 13_multisource.html │ │ ├── 14_readonly_event.html │ │ ├── 15_collision.html │ │ ├── 16_limitation.html │ │ ├── 19_map_view.html │ │ ├── 21_multiselect_options.html │ │ ├── 22_multiselect_initial_loading.html │ │ ├── 23_map_view_timeframes.html │ │ ├── 26_multi_day_visible.html │ │ ├── data │ │ │ ├── events.xml │ │ │ ├── events_map_view.php │ │ │ ├── events_multiselect_options.php │ │ │ ├── events_multiselect_static.php │ │ │ ├── events_rec.php │ │ │ ├── types.php │ │ │ └── units.xml │ │ └── index.html │ ├── 04_export │ │ ├── 01_serialize_xml.html │ │ ├── 02_serialize_json.html │ │ ├── 03_serialize_ical.html │ │ ├── 04_serialize_recurring.html │ │ ├── 05_standalone_export.html │ │ ├── 06_online_export.html │ │ ├── 07_online_styles.html │ │ ├── data │ │ │ ├── data.ical │ │ │ ├── data.json │ │ │ ├── data.xml │ │ │ ├── data_r.xml │ │ │ ├── dummy.html │ │ │ ├── events.xml │ │ │ ├── ical_download.php │ │ │ ├── ical_mirror.php │ │ │ ├── ical_writer.php │ │ │ ├── json_download.php │ │ │ ├── json_writer.php │ │ │ ├── xml_download.php │ │ │ ├── xml_writer.php │ │ │ └── xml_writer_r.php │ │ └── index.html │ ├── 05_calendar │ │ ├── 01_select.html │ │ ├── 02_without_scheduler.html │ │ ├── 03_in_form.html │ │ ├── 05_plain_structure.html │ │ ├── 06_recurring_form.html │ │ ├── data │ │ │ └── events.xml │ │ └── index.html │ ├── 07_skins │ │ ├── 01_default.html │ │ ├── 02_glossy.html │ │ ├── 03_classic.html │ │ ├── 04_default_alt.html │ │ ├── 05_glossy_alt.html │ │ ├── 06_classic_alt.html │ │ ├── 07_default_rec.html │ │ ├── 08_glossy_rec.html │ │ ├── 09_classic_rec.html │ │ ├── 10_default_alt_rec.html │ │ ├── 11_glossy_alt_rec.html │ │ ├── 12_classic_alt_rec.html │ │ ├── 13_flat.html │ │ ├── 14_flat_alt.html │ │ ├── 15_flat_rec.html │ │ ├── 16_flat_alt_rec.html │ │ ├── data │ │ │ └── events.xml │ │ └── index.html │ ├── 08_shared_events │ │ ├── combined.html │ │ ├── events.php │ │ ├── events_shared.php │ │ ├── index.html │ │ ├── user_1.html │ │ ├── user_1_combined.html │ │ └── user_2.html │ ├── 09_api │ │ ├── 02_dhtmlx_message.html │ │ ├── 05_mouse_over_highlight.html │ │ ├── 06_hightlight_and_single_click_create.html │ │ ├── 07_highlighted_timespans_month_view.html │ │ ├── 08_show_event.html │ │ ├── 09_filtering_events.html │ │ ├── 10_custom_recurring_form.html │ │ ├── data │ │ │ └── imgs │ │ │ │ ├── !_yellow.png │ │ │ │ ├── dots.png │ │ │ │ ├── fat_lines.png │ │ │ │ ├── medium_lines.png │ │ │ │ ├── small_lines.png │ │ │ │ └── v_green.png │ │ └── index.html │ ├── 10_integration │ │ ├── 01_dhtmlxMenu.html │ │ ├── 03_dhtmlxLayout.html │ │ ├── 04_datastore.html │ │ ├── 05_dhtmlxLayout_terrace.html │ │ ├── 06_jquery.html │ │ ├── 07_backbone.html │ │ ├── 08_bootstrap.html │ │ ├── data │ │ │ ├── backbone.json │ │ │ ├── data.json │ │ │ ├── dhxmenu.xml │ │ │ ├── events.xml │ │ │ ├── imgs │ │ │ │ ├── about.gif │ │ │ │ ├── about_dis.gif │ │ │ │ ├── bug_reporting.gif │ │ │ │ ├── bug_reporting_dis.gif │ │ │ │ ├── close.gif │ │ │ │ ├── close_dis.gif │ │ │ │ ├── copy.gif │ │ │ │ ├── copy_dis.gif │ │ │ │ ├── cut.gif │ │ │ │ ├── cut_dis.gif │ │ │ │ ├── help.gif │ │ │ │ ├── help_dis.gif │ │ │ │ ├── new.gif │ │ │ │ ├── new_dis.gif │ │ │ │ ├── open.gif │ │ │ │ ├── open_dis.gif │ │ │ │ ├── page_setup.gif │ │ │ │ ├── page_setup_dis.gif │ │ │ │ ├── paste.gif │ │ │ │ ├── paste_dis.gif │ │ │ │ ├── print.gif │ │ │ │ ├── print_dis.gif │ │ │ │ ├── redo.gif │ │ │ │ ├── redo_dis.gif │ │ │ │ ├── save.gif │ │ │ │ ├── save_as.gif │ │ │ │ ├── save_as_dis.gif │ │ │ │ ├── save_dis.gif │ │ │ │ ├── select_all.gif │ │ │ │ ├── select_all_dis.gif │ │ │ │ ├── undo.gif │ │ │ │ └── undo_dis.gif │ │ │ └── tree.xml │ │ └── index.html │ ├── 11_scales │ │ ├── 01_month_ignore.html │ │ ├── 02_week_ignore.html │ │ ├── 03_two_work_weeks.html │ │ ├── data │ │ │ └── events.xml │ │ └── index.html │ ├── common │ │ ├── backbone │ │ │ ├── backbone.js │ │ │ └── underscore.js │ │ ├── config.php │ │ ├── connector │ │ │ ├── base_connector.php │ │ │ ├── chart_connector.php │ │ │ ├── combo_connector.php │ │ │ ├── convert.php │ │ │ ├── crosslink_connector.php │ │ │ ├── data_connector.php │ │ │ ├── dataprocessor.php │ │ │ ├── dataview_connector.php │ │ │ ├── db_adodb.php │ │ │ ├── db_common.php │ │ │ ├── db_excel.php │ │ │ ├── db_filesystem.php │ │ │ ├── db_mssql.php │ │ │ ├── db_mysqli.php │ │ │ ├── db_oracle.php │ │ │ ├── db_pdo.php │ │ │ ├── db_phpcake.php │ │ │ ├── db_phpci.php │ │ │ ├── db_phpyii.php │ │ │ ├── db_postgre.php │ │ │ ├── db_sasql.php │ │ │ ├── db_sqlite.php │ │ │ ├── db_sqlite3.php │ │ │ ├── db_sqlsrv.php │ │ │ ├── filesystem_item.php │ │ │ ├── form_connector.php │ │ │ ├── grid_connector.php │ │ │ ├── keygrid_connector.php │ │ │ ├── mixed_connector.php │ │ │ ├── options_connector.php │ │ │ ├── scheduler_connector.php │ │ │ ├── strategy.php │ │ │ ├── tools.php │ │ │ ├── tree_connector.php │ │ │ ├── treedatagroup_connector.php │ │ │ ├── treedatamultitable_connector.php │ │ │ ├── treegrid_connector.php │ │ │ ├── treegridgroup_connector.php │ │ │ ├── treegridmultitable_connector.php │ │ │ ├── treegroup_connector.php │ │ │ ├── treemultitable_connector.php │ │ │ ├── update.php │ │ │ └── xss_filter.php │ │ ├── custom.css │ │ ├── database.sqlite │ │ ├── dhtmlxCombo │ │ │ ├── dhtmlxcombo.css │ │ │ ├── dhtmlxcombo.js │ │ │ └── imgs │ │ │ │ ├── bg_selection.gif │ │ │ │ ├── blank.gif │ │ │ │ ├── combo_select.gif │ │ │ │ ├── combo_select_dhx_black.gif │ │ │ │ ├── combo_select_dhx_blue.gif │ │ │ │ └── combo_select_dhx_skyblue.gif │ │ ├── dhtmlxDataStore │ │ │ └── datastore.js │ │ ├── dhtmlxLayout │ │ │ ├── dhtmlxcommon.js │ │ │ ├── dhtmlxcontainer.js │ │ │ ├── dhtmlxlayout.css │ │ │ ├── dhtmlxlayout.js │ │ │ ├── imgs │ │ │ │ ├── dhxlayout_dhx_skyblue │ │ │ │ │ ├── dhxlayout_bg.gif │ │ │ │ │ ├── dhxlayout_bg_sb.gif │ │ │ │ │ ├── dhxlayout_btns.gif │ │ │ │ │ ├── dhxlayout_collapsedhor.gif │ │ │ │ │ ├── dhxlayout_collapsedver.gif │ │ │ │ │ ├── dhxlayout_cpanel_btn_dock.gif │ │ │ │ │ ├── dhxlayout_cpanel_btn_undock.gif │ │ │ │ │ ├── dhxlayout_drag_hor.gif │ │ │ │ │ ├── dhxlayout_drag_ver.gif │ │ │ │ │ ├── dhxlayout_progress.gif │ │ │ │ │ └── dhxlayout_progress_global.gif │ │ │ │ └── dhxlayout_dhx_terrace │ │ │ │ │ ├── bg_def.gif │ │ │ │ │ ├── dhxlayout_bg_sb.gif │ │ │ │ │ ├── dhxlayout_btns.gif │ │ │ │ │ ├── dhxlayout_drag_hor.gif │ │ │ │ │ ├── dhxlayout_drag_ver.gif │ │ │ │ │ ├── dhxlayout_progress.gif │ │ │ │ │ └── dhxlayout_progress_global.gif │ │ │ └── skins │ │ │ │ ├── dhtmlxlayout_dhx_skyblue.css │ │ │ │ └── dhtmlxlayout_dhx_terrace.css │ │ ├── dhtmlxMenu │ │ │ ├── dhtmlxmenu.js │ │ │ ├── imgs │ │ │ │ ├── dhxmenu_dhx_black │ │ │ │ │ ├── dhtmlxmenu_bg.gif │ │ │ │ │ ├── dhtmlxmenu_chrd.gif │ │ │ │ │ ├── dhtmlxmenu_loader.gif │ │ │ │ │ ├── dhtmlxmenu_subar.gif │ │ │ │ │ ├── dhtmlxmenu_subsepbg.gif │ │ │ │ │ └── dhtmlxmenu_upar.gif │ │ │ │ ├── dhxmenu_dhx_blue │ │ │ │ │ ├── dhtmlxmenu_bg.gif │ │ │ │ │ ├── dhtmlxmenu_chrd.gif │ │ │ │ │ ├── dhtmlxmenu_loader.gif │ │ │ │ │ ├── dhtmlxmenu_subar.gif │ │ │ │ │ ├── dhtmlxmenu_subsepbg.gif │ │ │ │ │ └── dhtmlxmenu_upar.gif │ │ │ │ ├── dhxmenu_dhx_skyblue │ │ │ │ │ ├── dhtmlxmenu_chrd.gif │ │ │ │ │ ├── dhtmlxmenu_loader.gif │ │ │ │ │ ├── dhtmlxmenu_subar.gif │ │ │ │ │ ├── dhtmlxmenu_upar.gif │ │ │ │ │ ├── dhxmenu_bg_acccell.gif │ │ │ │ │ ├── dhxmenu_subselbg.gif │ │ │ │ │ ├── dhxmenu_subsepbg.gif │ │ │ │ │ ├── dhxmenu_topselbg.gif │ │ │ │ │ └── dhxmenu_topsepbg.gif │ │ │ │ ├── dhxmenu_dhx_terrace │ │ │ │ │ ├── dhtmlxmenu_chrd.gif │ │ │ │ │ ├── dhtmlxmenu_loader.gif │ │ │ │ │ ├── dhtmlxmenu_subar.gif │ │ │ │ │ ├── dhxmenu_bg_item.gif │ │ │ │ │ ├── dhxmenu_bg_item_sel.gif │ │ │ │ │ └── dhxmenu_bg_subsep.gif │ │ │ │ └── dhxmenu_dhx_web │ │ │ │ │ ├── dhxmenu_chrd.gif │ │ │ │ │ ├── dhxmenu_loader.gif │ │ │ │ │ ├── dhxmenu_subar.gif │ │ │ │ │ ├── dhxmenu_subselbg.gif │ │ │ │ │ ├── dhxmenu_subsepbg.gif │ │ │ │ │ ├── dhxmenu_topbg.gif │ │ │ │ │ ├── dhxmenu_topselbg.gif │ │ │ │ │ ├── dhxmenu_topsepbg.gif │ │ │ │ │ └── dhxmenu_upar.gif │ │ │ └── skins │ │ │ │ ├── dhtmlxmenu_dhx_black.css │ │ │ │ ├── dhtmlxmenu_dhx_blue.css │ │ │ │ ├── dhtmlxmenu_dhx_skyblue.css │ │ │ │ ├── dhtmlxmenu_dhx_terrace.css │ │ │ │ └── dhtmlxmenu_dhx_web.css │ │ ├── dhtmlxTree │ │ │ ├── dhtmlxtree.css │ │ │ ├── dhtmlxtree.js │ │ │ └── imgs │ │ │ │ ├── blank.gif │ │ │ │ ├── but_cut.gif │ │ │ │ ├── csh_dhx_terrace │ │ │ │ ├── blank.gif │ │ │ │ ├── folderClosed.gif │ │ │ │ ├── folderOpen.gif │ │ │ │ ├── iconCheckAll.gif │ │ │ │ ├── iconCheckDis.gif │ │ │ │ ├── iconCheckGray.gif │ │ │ │ ├── iconChecked.gif │ │ │ │ ├── iconFlag.gif │ │ │ │ ├── iconGraph.gif │ │ │ │ ├── iconSound.gif │ │ │ │ ├── iconText.gif │ │ │ │ ├── iconTexts.gif │ │ │ │ ├── iconUncheckAll.gif │ │ │ │ ├── iconUncheckDis.gif │ │ │ │ ├── iconWrite1.gif │ │ │ │ ├── iconWrite2.gif │ │ │ │ ├── leaf.gif │ │ │ │ ├── leaves.gif │ │ │ │ ├── lock.gif │ │ │ │ ├── minus.gif │ │ │ │ ├── plus.gif │ │ │ │ ├── radio_off.gif │ │ │ │ └── radio_on.gif │ │ │ │ ├── csh_yellowbooks │ │ │ │ ├── blank.gif │ │ │ │ ├── books_close.gif │ │ │ │ ├── books_open.gif │ │ │ │ ├── folderClosed.gif │ │ │ │ ├── folderOpen.gif │ │ │ │ ├── iconCheckAll.gif │ │ │ │ ├── iconCheckDis.gif │ │ │ │ ├── iconCheckGray.gif │ │ │ │ ├── iconText.gif │ │ │ │ ├── iconUncheckAll.gif │ │ │ │ ├── iconUncheckDis.gif │ │ │ │ ├── leaf.gif │ │ │ │ ├── leaf2.gif │ │ │ │ ├── leaf3.gif │ │ │ │ ├── leaf_2.gif │ │ │ │ ├── line.gif │ │ │ │ ├── line1.gif │ │ │ │ ├── line2.gif │ │ │ │ ├── line3.gif │ │ │ │ ├── line4.gif │ │ │ │ ├── lock.gif │ │ │ │ ├── minus.gif │ │ │ │ ├── minus1.gif │ │ │ │ ├── minus2.gif │ │ │ │ ├── minus3.gif │ │ │ │ ├── minus4.gif │ │ │ │ ├── minus5.gif │ │ │ │ ├── plus.gif │ │ │ │ ├── plus1.gif │ │ │ │ ├── plus2.gif │ │ │ │ ├── plus3.gif │ │ │ │ ├── plus4.gif │ │ │ │ ├── plus5.gif │ │ │ │ ├── radio_off.gif │ │ │ │ ├── radio_on.gif │ │ │ │ ├── tombs.gif │ │ │ │ └── tombs_open.gif │ │ │ │ ├── folderClosed.gif │ │ │ │ ├── folderOpen.gif │ │ │ │ ├── iconCheckAll.gif │ │ │ │ ├── iconCheckDis.gif │ │ │ │ ├── iconCheckGray.gif │ │ │ │ ├── iconUncheckAll.gif │ │ │ │ ├── iconUncheckDis.gif │ │ │ │ ├── leaf.gif │ │ │ │ ├── line.gif │ │ │ │ ├── line1.gif │ │ │ │ ├── line1_rtl.gif │ │ │ │ ├── line2.gif │ │ │ │ ├── line2_rtl.gif │ │ │ │ ├── line3.gif │ │ │ │ ├── line3_rtl.gif │ │ │ │ ├── line4.gif │ │ │ │ ├── line4_rtl.gif │ │ │ │ ├── lock.gif │ │ │ │ ├── minus.gif │ │ │ │ ├── minus1.gif │ │ │ │ ├── minus2.gif │ │ │ │ ├── minus2_rtl.gif │ │ │ │ ├── minus3.gif │ │ │ │ ├── minus3_rtl.gif │ │ │ │ ├── minus4.gif │ │ │ │ ├── minus4_rtl.gif │ │ │ │ ├── minus5.gif │ │ │ │ ├── minus5_rtl.gif │ │ │ │ ├── minus_ar.gif │ │ │ │ ├── plus.gif │ │ │ │ ├── plus1.gif │ │ │ │ ├── plus2.gif │ │ │ │ ├── plus2_rtl.gif │ │ │ │ ├── plus3.gif │ │ │ │ ├── plus3_rtl.gif │ │ │ │ ├── plus4.gif │ │ │ │ ├── plus4_rtl.gif │ │ │ │ ├── plus5.gif │ │ │ │ ├── plus5_rtl.gif │ │ │ │ ├── plus_ar.gif │ │ │ │ ├── radio_off.gif │ │ │ │ ├── radio_on.gif │ │ │ │ └── sky_blue_sel_tree.png │ │ ├── docs.css │ │ ├── dump.sql │ │ └── testdata.js │ ├── index.html │ └── readme.txt └── whatsnew.txt ├── package.js ├── scheduler-tests.js └── scheduler.js /.idea/.name: -------------------------------------------------------------------------------- 1 | meteor-scheduler -------------------------------------------------------------------------------- /.idea/encodings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /.idea/meteor-scheduler.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /.idea/scopes/scope_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.versions: -------------------------------------------------------------------------------- 1 | base64@1.0.3 2 | binary-heap@1.0.3 3 | callback-hook@1.0.3 4 | check@1.0.5 5 | ddp@1.1.0 6 | dhtmlx:scheduler@0.0.1 7 | ejson@1.0.6 8 | geojson-utils@1.0.3 9 | id-map@1.0.3 10 | json@1.0.3 11 | local-test:dhtmlx:scheduler@0.0.1 12 | logging@1.0.7 13 | meteor@1.1.6 14 | minimongo@1.0.8 15 | mongo@1.1.0 16 | ordered-dict@1.0.3 17 | random@1.0.3 18 | retry@1.0.3 19 | tinytest@1.0.5 20 | tracker@1.0.7 21 | underscore@1.0.3 22 | -------------------------------------------------------------------------------- /dhtmlx_scheduler/README.md: -------------------------------------------------------------------------------- 1 | dhtmlxScheduler v.4.3.0 2 | ===================== 3 | 4 | dhtmlxScheduler is a JavaScript event calendar that allows you to add a Google-like scheduler to your web app or website. Intuitive drag-and-drop interface allows the end users to quickly manage events and appointments in different views: Day, Week, Month, Year, Agenda, Timeline, etc. Very lightweight, highly customizable, and fast, dhtmlxScheduler provides a quick way to add an Ajax-based event calendar on a web page. 5 | 6 | [http://dhtmlx.com/docs/products/dhtmlxScheduler](http://dhtmlx.com/docs/products/dhtmlxScheduler) 7 | 8 | 9 | License 10 | ---------- 11 | 12 | This software is allowed to use under GPL or you need to obtain Commercial or Enterise License 13 | to use it in non-GPL project. Please contact sales@dhtmlx.com for details 14 | 15 | (c) Dinamenta UAB 16 | 17 | 18 | 19 | Useful links 20 | ------------- 21 | 22 | - Online documentation 23 | http://docs.dhtmlx.com/doku.php?id=dhtmlxscheduler:toc 24 | - Support forum 25 | http://forum.dhtmlx.com/viewforum.php?f=6 26 | - Skin builder 27 | http://dhtmlx.com/docs/products/dhtmlxScheduler/skinBuilder/index.shtml 28 | 29 | 30 | Other editions 31 | -------------- 32 | 33 | - MVC.Net edition 34 | http://scheduler-net.com 35 | - Java edition (JSP, Struts, Spring, Grails) 36 | http://javaplanner.com 37 | - Windows8 edition 38 | http://dhtmlx.com/download/regular/dhtmlxScheduler_windows.zip 39 | - Scheduler for mobile devices 40 | http://dhtmlx.com/x/download/regular/dhtmlxScheduler_mobile.zip -------------------------------------------------------------------------------- /dhtmlx_scheduler/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "scheduler", 3 | "version": "4.3.0", 4 | "homepage": "http://dhtmlx.com/docs/products/dhtmlxScheduler/", 5 | "description": "JavaScript event calendar. Allows to manage events and appointments in different views", 6 | "main": "codebase/dhtmlxscheduler.js", 7 | "keywords": [ 8 | "calendar", 9 | "scheduler", 10 | "dhtmlx", 11 | "agenda", 12 | "month", 13 | "day", 14 | "week", 15 | "year" 16 | ], 17 | "license": "GPL" 18 | } 19 | -------------------------------------------------------------------------------- /dhtmlx_scheduler/codebase/connector/chart_connector.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dhtmlx_scheduler/codebase/connector/db_sqlite.php: -------------------------------------------------------------------------------- 1 | connection,$sql); 15 | if ($res === false) 16 | throw new Exception("SQLLite - sql execution failed\n".sqlite_error_string(sqlite_last_error($this->connection))); 17 | 18 | return $res; 19 | } 20 | 21 | public function get_next($res){ 22 | $data = sqlite_fetch_array($res, SQLITE_ASSOC); 23 | return $data; 24 | } 25 | 26 | public function get_new_id(){ 27 | return sqlite_last_insert_rowid($this->connection); 28 | } 29 | 30 | public function escape($data){ 31 | return sqlite_escape_string($data); 32 | } 33 | } 34 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/codebase/connector/db_sqlite3.php: -------------------------------------------------------------------------------- 1 | connection->query($sql); 15 | if ($res === false) 16 | throw new Exception("SQLLite - sql execution failed\n".$this->connection->lastErrorMsg()); 17 | 18 | return $res; 19 | } 20 | 21 | public function get_next($res){ 22 | return $res->fetchArray(); 23 | } 24 | 25 | public function get_new_id(){ 26 | return $this->connection->lastInsertRowID(); 27 | } 28 | 29 | public function escape($data){ 30 | return $this->connection->escapeString($data); 31 | } 32 | } 33 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/codebase/connector/filesystem_item.php: -------------------------------------------------------------------------------- 1 | data['is_folder'] == '1') { 11 | return true; 12 | } else { 13 | return false; 14 | } 15 | } 16 | 17 | } 18 | 19 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/codebase/connector/mixed_connector.php: -------------------------------------------------------------------------------- 1 | connectors[$name] = $conn; 14 | } 15 | 16 | public function render() { 17 | $result = "{"; 18 | $parts = array(); 19 | foreach($this->connectors as $name => $conn) { 20 | $conn->asString(true); 21 | $parts[] = "\"".$name."\":".($conn->render())."\n"; 22 | } 23 | $result .= implode(",\n", $parts)."}"; 24 | echo $result; 25 | } 26 | } 27 | 28 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/codebase/connector/treegridgroup_connector.php: -------------------------------------------------------------------------------- 1 | parent_name])) $this->request->set_relation(false); 19 | } 20 | 21 | /*! if it's first level then distinct level 22 | * else select by parent 23 | */ 24 | protected function get_resource() { 25 | $resource = null; 26 | if (isset($_GET[$this->parent_name])) 27 | $resource = $this->sql->select($this->request); 28 | else 29 | $resource = $this->sql->get_variants($this->config->relation_id['name'], $this->request); 30 | return $resource; 31 | } 32 | 33 | 34 | /*! renders self as xml, starting part 35 | */ 36 | protected function xml_start(){ 37 | if (isset($_GET[$this->parent_name])) { 38 | return ""; 39 | } else { 40 | return ""; 41 | } 42 | } 43 | 44 | } 45 | 46 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/codebase/connector/treegroup_connector.php: -------------------------------------------------------------------------------- 1 | parent_name])) $this->request->set_relation(false); 19 | } 20 | 21 | /*! if it's first level then distinct level 22 | * else select by parent 23 | */ 24 | protected function get_resource() { 25 | $resource = null; 26 | if (isset($_GET[$this->parent_name])) 27 | $resource = $this->sql->select($this->request); 28 | else 29 | $resource = $this->sql->get_variants($this->config->relation_id['name'], $this->request); 30 | return $resource; 31 | } 32 | 33 | 34 | /*! renders self as xml, starting part 35 | */ 36 | public function xml_start(){ 37 | if (isset($_GET[$this->parent_name])) { 38 | return ""; 39 | } else { 40 | return ""; 41 | } 42 | } 43 | 44 | } 45 | 46 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/codebase/connector/treemultitable_connector.php: -------------------------------------------------------------------------------- 1 | dload = true; 20 | return parent::render(); 21 | } 22 | 23 | /*! sets relation for rendering */ 24 | protected function set_relation() { 25 | if (!isset($_GET[$this->parent_name])) 26 | $this->request->set_relation(false); 27 | } 28 | 29 | public function xml_start(){ 30 | if (isset($_GET[$this->parent_name])) { 31 | return ""; 32 | } else { 33 | return ""; 34 | } 35 | } 36 | 37 | /*! set maximum level of tree 38 | @param max_level 39 | maximum level 40 | */ 41 | public function setMaxLevel($max_level) { 42 | $this->render->set_max_level($max_level); 43 | } 44 | 45 | public function get_level() { 46 | return $this->render->get_level($this->parent_name); 47 | } 48 | 49 | } 50 | 51 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/codebase/ext/dhtmlxscheduler_active_links.js: -------------------------------------------------------------------------------- 1 | /* 2 | @license 3 | dhtmlxScheduler v.4.3.1 4 | 5 | This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited. 6 | 7 | (c) Dinamenta, UAB. 8 | */ 9 | scheduler.config.active_link_view="day",scheduler._active_link_click=function(e){var t=e.target||event.srcElement,i=t.getAttribute("jump_to"),s=scheduler.date.str_to_date(scheduler.config.api_date);return i?(scheduler.setCurrentView(s(i),scheduler.config.active_link_view),e&&e.preventDefault&&e.preventDefault(),!1):void 0},scheduler.attachEvent("onTemplatesReady",function(){var e=function(e,t){t=t||e+"_scale_date",scheduler.templates["_active_links_old_"+t]||(scheduler.templates["_active_links_old_"+t]=scheduler.templates[t]); 10 | 11 | var i=scheduler.templates["_active_links_old_"+t],s=scheduler.date.date_to_str(scheduler.config.api_date);scheduler.templates[t]=function(e){return""+i(e)+""}};if(e("week"),e("","month_day"),this.matrix)for(var t in this.matrix)e(t);this._detachDomEvent(this._obj,"click",scheduler._active_link_click),dhtmlxEvent(this._obj,"click",scheduler._active_link_click)}); 12 | //# sourceMappingURL=../sources/ext/dhtmlxscheduler_active_links.js.map -------------------------------------------------------------------------------- /dhtmlx_scheduler/codebase/ext/dhtmlxscheduler_cookie.js: -------------------------------------------------------------------------------- 1 | /* 2 | @license 3 | dhtmlxScheduler v.4.3.1 4 | 5 | This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited. 6 | 7 | (c) Dinamenta, UAB. 8 | */ 9 | !function(){function e(e,t,a){var i=e+"="+a+(t?"; "+t:"");document.cookie=i}function t(e){var t=e+"=";if(document.cookie.length>0){var a=document.cookie.indexOf(t);if(-1!=a){a+=t.length;var i=document.cookie.indexOf(";",a);return-1==i&&(i=document.cookie.length),document.cookie.substring(a,i)}}return""}var a=!0;scheduler.attachEvent("onBeforeViewChange",function(i,n,l,r){if(a&&scheduler._get_url_nav){var d=scheduler._get_url_nav();(d.date||d.mode||d.event)&&(a=!1)}if(a){a=!1;var o=t("scheduler_settings"); 10 | 11 | if(o){scheduler._min_date||(scheduler._min_date=r),o=unescape(o).split("@"),o[0]=this.templates.xml_date(o[0]);var s=this.isViewExists(o[1])?o[1]:l,_=isNaN(+o[0])?r:o[0];return window.setTimeout(function(){scheduler.setCurrentView(_,s)},1),!1}}var c=escape(this.templates.xml_format(r||n)+"@"+(l||i));return e("scheduler_settings","expires=Sun, 31 Jan 9999 22:00:00 GMT",c),!0});var i=scheduler._load;scheduler._load=function(){var e=arguments;if(!scheduler._date&&scheduler._load_mode){var t=this;window.setTimeout(function(){ 12 | i.apply(t,e)},1)}else i.apply(this,e)}}(); 13 | //# sourceMappingURL=../sources/ext/dhtmlxscheduler_cookie.js.map -------------------------------------------------------------------------------- /dhtmlx_scheduler/codebase/ext/dhtmlxscheduler_html_templates.js: -------------------------------------------------------------------------------- 1 | /* 2 | @license 3 | dhtmlxScheduler v.4.3.1 4 | 5 | This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited. 6 | 7 | (c) Dinamenta, UAB. 8 | */ 9 | scheduler.attachEvent("onTemplatesReady",function(){for(var e=document.body.getElementsByTagName("DIV"),t=0;trender_table("events","event_id","start_date,end_date,event_name,details"); 7 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/01_initialization_loading/data/events_json.php: -------------------------------------------------------------------------------- 1 | render_table("events","event_id","start_date,end_date,event_name,details"); 7 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/01_initialization_loading/data/events_safe.php: -------------------------------------------------------------------------------- 1 | render_table("events","event_id","start_date,end_date,event_name,details"); 8 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/01_initialization_loading/data/types.php: -------------------------------------------------------------------------------- 1 | render_table("types","typeid","typeid(value),name(label)"); 7 | 8 | $scheduler = new schedulerConnector($res, $dbtype); 9 | $scheduler->set_options("type", $list); 10 | $scheduler->render_table("tevents","event_id","start_date,end_date,event_name,type"); 11 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/01_initialization_loading/data/types.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/01_initialization_loading/data/types_json.php: -------------------------------------------------------------------------------- 1 | render_table("types","typeid","typeid(value),name(label)"); 7 | 8 | $scheduler = new JSONSchedulerConnector($res, $dbtype); 9 | $scheduler->set_options("type", $list); 10 | $scheduler->render_table("tevents","event_id","start_date,end_date,event_name,type"); 11 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/02_customization/data/combo_select.php: -------------------------------------------------------------------------------- 1 | event->attach("beforeFilter", "by_id"); 8 | function by_id($filter) { 9 | if (isset($_GET['id'])) 10 | $filter->add("item_id", $_GET['id'], '='); 11 | } 12 | 13 | $combo->dynamic_loading(3); 14 | $combo->render_table("Countries","item_id","item_nm"); 15 | 16 | ?> 17 | -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/02_customization/imgs/databg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/02_customization/imgs/databg.png -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/02_customization/imgs/hour_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/02_customization/imgs/hour_bg.png -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/02_customization/imgs/week_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/02_customization/imgs/week_bg.png -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/03_extensions/data/events_map_view.php: -------------------------------------------------------------------------------- 1 | render_table("events_map","event_id","start_date,end_date,event_name,details,event_location,lat,lng"); 7 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/03_extensions/data/events_multiselect_options.php: -------------------------------------------------------------------------------- 1 | dynamic_loading(true); 8 | $cross->options->render_table("user","user_id","user_id(value),username(label)"); 9 | $cross->link->render_table("event_user","event_id", "user_id,event_id"); 10 | 11 | $fruitCross = new CrossOptionsConnector($res, $dbtype); 12 | $fruitCross->dynamic_loading(true); 13 | $fruitCross->options->render_table("fruit","fruit_id","fruit_id(value),fruit_name(label)"); 14 | $fruitCross->link->render_table("event_fruit","event_id","fruit_id,event_id"); 15 | 16 | $scheduler = new SchedulerConnector($res, $dbtype); 17 | 18 | $scheduler->set_options("user_id", $cross->options); 19 | $scheduler->set_options("fruit_id", $fruitCross->options); 20 | 21 | $scheduler->render_table("events_ms","event_id","start_date,end_date,event_name,details"); 22 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/03_extensions/data/events_multiselect_static.php: -------------------------------------------------------------------------------- 1 | options->render_table("user","user_id","user_id(value),username(label)"); 11 | $cross->link->render_table("event_user","event_id", "user_id,event_id"); 12 | 13 | $fruitCross = new CrossOptionsConnector($res, $dbtype); 14 | $fruitCross->options->render_table("fruit","fruit_id","fruit_id(value),fruit_name(label)"); 15 | $fruitCross->link->render_table("event_fruit","event_id","fruit_id,event_id"); 16 | 17 | 18 | $scheduler = new SchedulerConnector($res, $dbtype); 19 | 20 | $scheduler->set_options("user_id", $cross->options); 21 | $scheduler->set_options("fruit_id", $fruitCross->options); 22 | 23 | $scheduler->render_table("events_ms","event_id","start_date,end_date,event_name,details"); 24 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/03_extensions/data/events_rec.php: -------------------------------------------------------------------------------- 1 | get_status(); 9 | $type =$action->get_value("rec_type"); 10 | $pid =$action->get_value("event_pid"); 11 | //when serie changed or deleted we need to remove all linked events 12 | if (($status == "deleted" || $status == "updated") && $type!=""){ 13 | $scheduler->sql->query("DELETE FROM events_rec WHERE event_pid='".$scheduler->sql->escape($action->get_id())."'"); 14 | } 15 | if ($status == "deleted" && $pid !=0){ 16 | $scheduler->sql->query("UPDATE events_rec SET rec_type='none' WHERE event_id='".$scheduler->sql->escape($action->get_id())."'"); 17 | $action->success(); 18 | } 19 | 20 | } 21 | function insert_related($action){ 22 | $status = $action->get_status(); 23 | $type =$action->get_value("rec_type"); 24 | 25 | if ($status == "inserted" && $type=="none") 26 | $action->set_status("deleted"); 27 | } 28 | 29 | $scheduler = new schedulerConnector($res, $dbtype); 30 | $scheduler->event->attach("beforeProcessing","delete_related"); 31 | $scheduler->event->attach("afterProcessing","insert_related"); 32 | $scheduler->render_table("events_rec","event_id","start_date,end_date,text,rec_type,event_pid,event_length"); 33 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/03_extensions/data/types.php: -------------------------------------------------------------------------------- 1 | render_table("types","typeid","typeid(value),name(label)"); 7 | 8 | $scheduler = new schedulerConnector($res, $dbtype); 9 | //$scheduler->enable_log("log.txt",true); 10 | 11 | $scheduler->set_options("type", $list); 12 | $scheduler->render_table("tevents","event_id","start_date,end_date,event_name,type"); 13 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/04_export/data/data_r.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/04_export/data/dummy.html: -------------------------------------------------------------------------------- 1 | 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 2 | 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 3 | 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 4 | 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 5 | 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 6 | 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/04_export/data/ical_download.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/04_export/data/ical_mirror.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/04_export/data/ical_writer.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/04_export/data/json_download.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/04_export/data/json_writer.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/04_export/data/xml_download.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/04_export/data/xml_writer.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/04_export/data/xml_writer_r.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/08_shared_events/events.php: -------------------------------------------------------------------------------- 1 | get_value("event_type"); 13 | if ($event_type == "") 14 | $event_type = 0; 15 | 16 | $action->set_value("userId",$user_id); 17 | } 18 | $scheduler->event->attach("beforeProcessing","default_values"); 19 | 20 | $scheduler->render_sql("select * from events_shared where userId = ".$user_id,"event_id","start_date,end_date,text,event_type,userId"); 21 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/08_shared_events/events_shared.php: -------------------------------------------------------------------------------- 1 | access->deny("insert"); 10 | $scheduler->access->deny("update"); 11 | $scheduler->access->deny("delete"); 12 | 13 | $scheduler->render_sql("select * from events_shared where event_type=1 AND userId = ".$user_id,"event_id","start_date,end_date,text,event_type,userId"); 14 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/09_api/data/imgs/!_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/09_api/data/imgs/!_yellow.png -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/09_api/data/imgs/dots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/09_api/data/imgs/dots.png -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/09_api/data/imgs/fat_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/09_api/data/imgs/fat_lines.png -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/09_api/data/imgs/medium_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/09_api/data/imgs/medium_lines.png -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/09_api/data/imgs/small_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/09_api/data/imgs/small_lines.png -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/09_api/data/imgs/v_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/09_api/data/imgs/v_green.png -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/03_dhtmlxLayout.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Integration with dhtmlxLayout (dhx_skyblue skin) 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 20 | 21 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/05_dhtmlxLayout_terrace.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Integration with dhtmlxLayout (dhx_terrace skin) 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 20 | 21 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/06_jquery.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | JQuery integration 5 | 6 | 7 | 8 | 10 | 11 | 19 | 20 | 31 | 32 | 33 |
34 | 35 | -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/about.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/about.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/about_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/about_dis.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/bug_reporting.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/bug_reporting.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/bug_reporting_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/bug_reporting_dis.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/close.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/close_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/close_dis.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/copy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/copy.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/copy_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/copy_dis.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/cut.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/cut.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/cut_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/cut_dis.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/help.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/help.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/help_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/help_dis.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/new.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/new_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/new_dis.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/open.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/open_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/open_dis.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/page_setup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/page_setup.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/page_setup_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/page_setup_dis.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/paste.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/paste.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/paste_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/paste_dis.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/print.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/print.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/print_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/print_dis.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/redo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/redo.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/redo_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/redo_dis.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/save.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/save.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/save_as.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/save_as.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/save_as_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/save_as_dis.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/save_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/save_dis.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/select_all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/select_all.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/select_all_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/select_all_dis.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/undo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/undo.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/10_integration/data/imgs/undo_dis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/10_integration/data/imgs/undo_dis.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/config.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/connector/chart_connector.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/connector/db_sqlite.php: -------------------------------------------------------------------------------- 1 | connection,$sql); 15 | if ($res === false) 16 | throw new Exception("SQLLite - sql execution failed\n".sqlite_error_string(sqlite_last_error($this->connection))); 17 | 18 | return $res; 19 | } 20 | 21 | public function get_next($res){ 22 | $data = sqlite_fetch_array($res, SQLITE_ASSOC); 23 | return $data; 24 | } 25 | 26 | public function get_new_id(){ 27 | return sqlite_last_insert_rowid($this->connection); 28 | } 29 | 30 | public function escape($data){ 31 | return sqlite_escape_string($data); 32 | } 33 | } 34 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/connector/db_sqlite3.php: -------------------------------------------------------------------------------- 1 | connection->query($sql); 15 | if ($res === false) 16 | throw new Exception("SQLLite - sql execution failed\n".$this->connection->lastErrorMsg()); 17 | 18 | return $res; 19 | } 20 | 21 | public function get_next($res){ 22 | return $res->fetchArray(); 23 | } 24 | 25 | public function get_new_id(){ 26 | return $this->connection->lastInsertRowID(); 27 | } 28 | 29 | public function escape($data){ 30 | return $this->connection->escapeString($data); 31 | } 32 | } 33 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/connector/filesystem_item.php: -------------------------------------------------------------------------------- 1 | data['is_folder'] == '1') { 11 | return true; 12 | } else { 13 | return false; 14 | } 15 | } 16 | 17 | } 18 | 19 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/connector/mixed_connector.php: -------------------------------------------------------------------------------- 1 | connectors[$name] = $conn; 14 | } 15 | 16 | public function render() { 17 | $result = "{"; 18 | $parts = array(); 19 | foreach($this->connectors as $name => $conn) { 20 | $conn->asString(true); 21 | $parts[] = "\"".$name."\":".($conn->render())."\n"; 22 | } 23 | $result .= implode(",\n", $parts)."}"; 24 | echo $result; 25 | } 26 | } 27 | 28 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/connector/treegridgroup_connector.php: -------------------------------------------------------------------------------- 1 | parent_name])) $this->request->set_relation(false); 19 | } 20 | 21 | /*! if it's first level then distinct level 22 | * else select by parent 23 | */ 24 | protected function get_resource() { 25 | $resource = null; 26 | if (isset($_GET[$this->parent_name])) 27 | $resource = $this->sql->select($this->request); 28 | else 29 | $resource = $this->sql->get_variants($this->config->relation_id['name'], $this->request); 30 | return $resource; 31 | } 32 | 33 | 34 | /*! renders self as xml, starting part 35 | */ 36 | protected function xml_start(){ 37 | if (isset($_GET[$this->parent_name])) { 38 | return ""; 39 | } else { 40 | return ""; 41 | } 42 | } 43 | 44 | } 45 | 46 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/connector/treegroup_connector.php: -------------------------------------------------------------------------------- 1 | parent_name])) $this->request->set_relation(false); 19 | } 20 | 21 | /*! if it's first level then distinct level 22 | * else select by parent 23 | */ 24 | protected function get_resource() { 25 | $resource = null; 26 | if (isset($_GET[$this->parent_name])) 27 | $resource = $this->sql->select($this->request); 28 | else 29 | $resource = $this->sql->get_variants($this->config->relation_id['name'], $this->request); 30 | return $resource; 31 | } 32 | 33 | 34 | /*! renders self as xml, starting part 35 | */ 36 | public function xml_start(){ 37 | if (isset($_GET[$this->parent_name])) { 38 | return ""; 39 | } else { 40 | return ""; 41 | } 42 | } 43 | 44 | } 45 | 46 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/connector/treemultitable_connector.php: -------------------------------------------------------------------------------- 1 | dload = true; 20 | return parent::render(); 21 | } 22 | 23 | /*! sets relation for rendering */ 24 | protected function set_relation() { 25 | if (!isset($_GET[$this->parent_name])) 26 | $this->request->set_relation(false); 27 | } 28 | 29 | public function xml_start(){ 30 | if (isset($_GET[$this->parent_name])) { 31 | return ""; 32 | } else { 33 | return ""; 34 | } 35 | } 36 | 37 | /*! set maximum level of tree 38 | @param max_level 39 | maximum level 40 | */ 41 | public function setMaxLevel($max_level) { 42 | $this->render->set_max_level($max_level); 43 | } 44 | 45 | public function get_level() { 46 | return $this->render->get_level($this->parent_name); 47 | } 48 | 49 | } 50 | 51 | ?> -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/custom.css: -------------------------------------------------------------------------------- 1 | .tier1{ 2 | background: red; 3 | color:white; 4 | } 5 | .tier2{ 6 | background: orange; 7 | color:white; 8 | } 9 | .tier3{ 10 | background: green; 11 | color:white; 12 | } 13 | .dhx_scheduler_month .dhx_marked_timespan { display:block; } 14 | .holiday { 15 | background-color: #fadcd3; 16 | text-align: center; 17 | font-size: 24px; 18 | opacity: 0.8; 19 | color: #e2b8ac; 20 | } -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/database.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/database.sqlite -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxCombo/imgs/bg_selection.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxCombo/imgs/bg_selection.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxCombo/imgs/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxCombo/imgs/blank.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxCombo/imgs/combo_select.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxCombo/imgs/combo_select.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxCombo/imgs/combo_select_dhx_black.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxCombo/imgs/combo_select_dhx_black.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxCombo/imgs/combo_select_dhx_blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxCombo/imgs/combo_select_dhx_blue.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxCombo/imgs/combo_select_dhx_skyblue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxCombo/imgs/combo_select_dhx_skyblue.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_skyblue/dhxlayout_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_skyblue/dhxlayout_bg.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_skyblue/dhxlayout_bg_sb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_skyblue/dhxlayout_bg_sb.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_skyblue/dhxlayout_btns.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_skyblue/dhxlayout_btns.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_skyblue/dhxlayout_collapsedhor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_skyblue/dhxlayout_collapsedhor.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_skyblue/dhxlayout_collapsedver.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_skyblue/dhxlayout_collapsedver.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_skyblue/dhxlayout_cpanel_btn_dock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_skyblue/dhxlayout_cpanel_btn_dock.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_skyblue/dhxlayout_cpanel_btn_undock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_skyblue/dhxlayout_cpanel_btn_undock.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_skyblue/dhxlayout_drag_hor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_skyblue/dhxlayout_drag_hor.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_skyblue/dhxlayout_drag_ver.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_skyblue/dhxlayout_drag_ver.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_skyblue/dhxlayout_progress.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_skyblue/dhxlayout_progress.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_skyblue/dhxlayout_progress_global.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_skyblue/dhxlayout_progress_global.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_terrace/bg_def.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_terrace/bg_def.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_terrace/dhxlayout_bg_sb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_terrace/dhxlayout_bg_sb.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_terrace/dhxlayout_btns.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_terrace/dhxlayout_btns.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_terrace/dhxlayout_drag_hor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_terrace/dhxlayout_drag_hor.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_terrace/dhxlayout_drag_ver.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_terrace/dhxlayout_drag_ver.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_terrace/dhxlayout_progress.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_terrace/dhxlayout_progress.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_terrace/dhxlayout_progress_global.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxLayout/imgs/dhxlayout_dhx_terrace/dhxlayout_progress_global.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_black/dhtmlxmenu_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_black/dhtmlxmenu_bg.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_black/dhtmlxmenu_chrd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_black/dhtmlxmenu_chrd.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_black/dhtmlxmenu_loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_black/dhtmlxmenu_loader.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_black/dhtmlxmenu_subar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_black/dhtmlxmenu_subar.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_black/dhtmlxmenu_subsepbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_black/dhtmlxmenu_subsepbg.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_black/dhtmlxmenu_upar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_black/dhtmlxmenu_upar.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_blue/dhtmlxmenu_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_blue/dhtmlxmenu_bg.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_blue/dhtmlxmenu_chrd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_blue/dhtmlxmenu_chrd.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_blue/dhtmlxmenu_loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_blue/dhtmlxmenu_loader.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_blue/dhtmlxmenu_subar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_blue/dhtmlxmenu_subar.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_blue/dhtmlxmenu_subsepbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_blue/dhtmlxmenu_subsepbg.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_blue/dhtmlxmenu_upar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_blue/dhtmlxmenu_upar.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_skyblue/dhtmlxmenu_chrd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_skyblue/dhtmlxmenu_chrd.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_skyblue/dhtmlxmenu_loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_skyblue/dhtmlxmenu_loader.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_skyblue/dhtmlxmenu_subar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_skyblue/dhtmlxmenu_subar.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_skyblue/dhtmlxmenu_upar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_skyblue/dhtmlxmenu_upar.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_skyblue/dhxmenu_bg_acccell.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_skyblue/dhxmenu_bg_acccell.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_skyblue/dhxmenu_subselbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_skyblue/dhxmenu_subselbg.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_skyblue/dhxmenu_subsepbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_skyblue/dhxmenu_subsepbg.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_skyblue/dhxmenu_topselbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_skyblue/dhxmenu_topselbg.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_skyblue/dhxmenu_topsepbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_skyblue/dhxmenu_topsepbg.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_terrace/dhtmlxmenu_chrd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_terrace/dhtmlxmenu_chrd.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_terrace/dhtmlxmenu_loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_terrace/dhtmlxmenu_loader.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_terrace/dhtmlxmenu_subar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_terrace/dhtmlxmenu_subar.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_terrace/dhxmenu_bg_item.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_terrace/dhxmenu_bg_item.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_terrace/dhxmenu_bg_item_sel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_terrace/dhxmenu_bg_item_sel.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_terrace/dhxmenu_bg_subsep.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_terrace/dhxmenu_bg_subsep.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_web/dhxmenu_chrd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_web/dhxmenu_chrd.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_web/dhxmenu_loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_web/dhxmenu_loader.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_web/dhxmenu_subar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_web/dhxmenu_subar.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_web/dhxmenu_subselbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_web/dhxmenu_subselbg.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_web/dhxmenu_subsepbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_web/dhxmenu_subsepbg.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_web/dhxmenu_topbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_web/dhxmenu_topbg.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_web/dhxmenu_topselbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_web/dhxmenu_topselbg.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_web/dhxmenu_topsepbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_web/dhxmenu_topsepbg.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_web/dhxmenu_upar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxMenu/imgs/dhxmenu_dhx_web/dhxmenu_upar.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/blank.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/but_cut.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/but_cut.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/blank.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/folderClosed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/folderClosed.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/folderOpen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/folderOpen.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconCheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconCheckAll.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconCheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconCheckDis.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconCheckGray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconCheckGray.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconChecked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconChecked.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconFlag.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconFlag.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconGraph.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconGraph.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconSound.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconSound.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconText.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconText.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconTexts.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconTexts.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconUncheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconUncheckAll.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconUncheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconUncheckDis.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconWrite1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconWrite1.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconWrite2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/iconWrite2.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/leaf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/leaf.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/leaves.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/leaves.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/lock.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/minus.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/plus.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/radio_off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/radio_off.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/radio_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_dhx_terrace/radio_on.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/blank.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/books_close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/books_close.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/books_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/books_open.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/folderClosed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/folderClosed.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/folderOpen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/folderOpen.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/iconCheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/iconCheckAll.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/iconCheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/iconCheckDis.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/iconCheckGray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/iconCheckGray.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/iconText.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/iconText.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/iconUncheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/iconUncheckAll.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/iconUncheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/iconUncheckDis.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/leaf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/leaf.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/leaf2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/leaf2.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/leaf3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/leaf3.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/leaf_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/leaf_2.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/line.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/line1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/line1.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/line2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/line2.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/line3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/line3.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/line4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/line4.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/lock.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/minus.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/minus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/minus1.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/minus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/minus2.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/minus3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/minus3.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/minus4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/minus4.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/minus5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/minus5.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/plus.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/plus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/plus1.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/plus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/plus2.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/plus3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/plus3.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/plus4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/plus4.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/plus5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/plus5.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/radio_off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/radio_off.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/radio_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/radio_on.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/tombs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/tombs.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/tombs_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/csh_yellowbooks/tombs_open.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/folderClosed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/folderClosed.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/folderOpen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/folderOpen.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/iconCheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/iconCheckAll.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/iconCheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/iconCheckDis.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/iconCheckGray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/iconCheckGray.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/iconUncheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/iconUncheckAll.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/iconUncheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/iconUncheckDis.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/leaf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/leaf.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/line.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/line1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/line1.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/line1_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/line1_rtl.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/line2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/line2.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/line2_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/line2_rtl.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/line3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/line3.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/line3_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/line3_rtl.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/line4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/line4.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/line4_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/line4_rtl.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/lock.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/minus.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/minus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/minus1.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/minus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/minus2.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/minus2_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/minus2_rtl.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/minus3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/minus3.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/minus3_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/minus3_rtl.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/minus4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/minus4.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/minus4_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/minus4_rtl.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/minus5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/minus5.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/minus5_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/minus5_rtl.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/minus_ar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/minus_ar.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/plus.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/plus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/plus1.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/plus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/plus2.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/plus2_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/plus2_rtl.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/plus3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/plus3.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/plus3_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/plus3_rtl.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/plus4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/plus4.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/plus4_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/plus4_rtl.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/plus5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/plus5.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/plus5_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/plus5_rtl.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/plus_ar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/plus_ar.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/radio_off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/radio_off.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/radio_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/radio_on.gif -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/sky_blue_sel_tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHTMLX/meteor-scheduler/b16dfa8e58e43498b350677e321de7a22719ef6a/dhtmlx_scheduler/samples/common/dhtmlxTree/imgs/sky_blue_sel_tree.png -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/common/testdata.js: -------------------------------------------------------------------------------- 1 | var test_data_set_2014 = [ 2 | { id:1, start_date: "2014-06-30 09:00", end_date: "2014-06-30 12:00", text:"Task A-12458", section_id:1}, 3 | { start_date: "2014-06-30 10:00", end_date: "2014-06-30 16:00", text:"Task A-89411", section_id:1}, 4 | { start_date: "2014-06-30 10:00", end_date: "2014-06-30 14:00", text:"Task A-64168", section_id:1}, 5 | { start_date: "2014-06-30 16:00", end_date: "2014-06-30 17:00", text:"Task A-46598", section_id:1}, 6 | 7 | { start_date: "2014-06-30 12:00", end_date: "2014-06-30 20:00", text:"Task B-48865", section_id:2}, 8 | { start_date: "2014-06-30 14:00", end_date: "2014-06-30 16:00", text:"Task B-44864", section_id:2}, 9 | { start_date: "2014-06-30 16:30", end_date: "2014-06-30 18:00", text:"Task B-46558", section_id:2}, 10 | { start_date: "2014-06-30 18:30", end_date: "2014-06-30 20:00", text:"Task B-45564", section_id:2}, 11 | 12 | { start_date: "2014-06-30 08:00", end_date: "2014-06-30 12:00", text:"Task C-32421", section_id:3}, 13 | { start_date: "2014-06-30 14:30", end_date: "2014-06-30 16:45", text:"Task C-14244", section_id:3}, 14 | 15 | { start_date: "2014-06-30 09:20", end_date: "2014-06-30 12:20", text:"Task D-52688", section_id:4}, 16 | { start_date: "2014-06-30 11:40", end_date: "2014-06-30 16:30", text:"Task D-46588", section_id:4}, 17 | { start_date: "2014-06-30 12:00", end_date: "2014-06-30 18:00", text:"Task D-12458", section_id:4} 18 | ]; -------------------------------------------------------------------------------- /dhtmlx_scheduler/samples/readme.txt: -------------------------------------------------------------------------------- 1 | ### Prerequisites 2 | 3 | Some samples require PHP and Database support. By default they use SQLLite 4 | database ( samples/common/database.sqlite ), but you can reconfigure samples 5 | and work with MySQL, to do so 6 | 7 | - import dump samples/common/dump.sql 8 | - comment SQLite section and uncomment MySQL section in 9 | samples/common/config.php 10 | 11 | 12 | 13 | ### Database and language support 14 | 15 | PHP connectors supports MySQL, MsSQ, Oracle, FireBird, SQLite, PostgreSQL, SQLAnywhere 16 | For Java and .Net you can grab connector packages with scheduler's samples from 17 | http://dhtmlx.com/docs/products/dhtmlxConnector/index.shtml 18 | 19 | 20 | ### ASP.Net and MVC .Net 21 | 22 | You can check separate product Scheduler.Net 23 | http://scheduler-net.com/ 24 | which is .Net wrapper for dhtmlxScheduler. 25 | -------------------------------------------------------------------------------- /scheduler-tests.js: -------------------------------------------------------------------------------- 1 | // Write your tests here! 2 | // Here is an example. 3 | Tinytest.add('example', function (test) { 4 | test.equal(true, true); 5 | }); 6 | -------------------------------------------------------------------------------- /scheduler.js: -------------------------------------------------------------------------------- 1 | // Write your package code here! 2 | --------------------------------------------------------------------------------