updated dhtmlxtree to version 2.6
10
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/_context.xml
Executable file
@ -0,0 +1,10 @@
|
||||
<?xml version='1.0' ?>
|
||||
<menu id="0">
|
||||
<item text="Red" img="red.gif" id="edit_Red"/>
|
||||
<item text="Green" img="green.gif" id="edit_Green"/>
|
||||
<item text="Blue" img="blue.gif" id="edit_Blue"/>
|
||||
<item text="Other..." img="" id="outher">
|
||||
<item text="Yellow" img="yellow.gif" id="edit_Yellow"/>
|
||||
<item text="White" img="white.gif" id="edit_White"/>
|
||||
</item>
|
||||
</menu>
|
12102
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/big_data.json
Executable file
1
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/big_xml.xml
Executable file
13
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/config.php
Executable file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/*
|
||||
Copyright DHTMLX LTD. http://www.dhtmlx.com
|
||||
This version of Software is free for using in non-commercial applications.
|
||||
For commercial use please contact sales@dhtmlx.com to obtain license
|
||||
*/
|
||||
|
||||
$mysql_host = "db2.dhtmlx.com";
|
||||
$mysql_user = "dhtmuzer_ro";
|
||||
$mysql_pasw = "gp45_gm";
|
||||
$mysql_db = "dhtmlxsamples";
|
||||
|
||||
?>
|
484
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/css/style.css
Executable file
@ -0,0 +1,484 @@
|
||||
/* MAIN STYLES */
|
||||
|
||||
html {
|
||||
overflow-x:hidden;
|
||||
border: none;
|
||||
}
|
||||
|
||||
body {
|
||||
margin:1px;
|
||||
color:#666;
|
||||
font-family: Tahoma, Arial, Helvetica, Tahoma, serif;
|
||||
font-size:12px;
|
||||
overflow-x:hidden;
|
||||
}
|
||||
|
||||
h5 {
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
a {
|
||||
font-family: Tahoma, Arial, Helvetica, serif;
|
||||
font-size:12px;
|
||||
color: #058cb6;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
a.navigation img {
|
||||
margin-bottom:-5px;
|
||||
padding-right:5px;
|
||||
border:none;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-bottom:30px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
color:#000;
|
||||
font-family: Tahoma, Arial, Helvetica, serif;
|
||||
font-size:21px;
|
||||
font-weight:normal;
|
||||
padding-bottom:37px;
|
||||
margin-top:35px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
display:inline-block;
|
||||
width:100%;
|
||||
color:#B5B5B5;
|
||||
font-family: Arial, Helvetica, Tahoma, serif;
|
||||
font-size:20px;
|
||||
font-weight:normal;
|
||||
padding-bottom:20px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
color:#666;
|
||||
font-family: Tahoma, Arial, Helvetica, Tahoma, serif;
|
||||
font-size:13px;
|
||||
padding:4px 0 10px 0;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.column {
|
||||
float:left;
|
||||
width:24%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* HEADER */
|
||||
|
||||
.header {
|
||||
width:100%;
|
||||
height: 100px;
|
||||
background:url("../img/head_bg.png");
|
||||
}
|
||||
|
||||
a.logo {
|
||||
display:block;
|
||||
margin-left:48px;
|
||||
height:100px;
|
||||
width:100px;
|
||||
background-image:url("../img/logo.png");
|
||||
float:left;
|
||||
outline:none;
|
||||
}
|
||||
|
||||
.tittle-dhtmlx {
|
||||
padding: 29px 0 0 121px;
|
||||
font-family:arial, serif;
|
||||
font-size:16px;
|
||||
color:white;
|
||||
float:left;
|
||||
cursor:default;
|
||||
}
|
||||
|
||||
/* Search */
|
||||
|
||||
.search-field {
|
||||
position:absolute;
|
||||
float:right;
|
||||
right:67px;
|
||||
top:30px;
|
||||
min-width: 430px;
|
||||
}
|
||||
|
||||
.search-field input {
|
||||
float:left;
|
||||
width:351px;
|
||||
height:20px;
|
||||
background: white url("../img/search-field.png");
|
||||
border: none;
|
||||
}
|
||||
|
||||
.search-field input:hover {
|
||||
background-position:0 -20px;
|
||||
}
|
||||
|
||||
input.button {
|
||||
cursor:pointer;
|
||||
margin-left:7px;
|
||||
float:left;
|
||||
width:70px;
|
||||
height:20px;
|
||||
background: white url("../img/search-button.png");
|
||||
border: 0;
|
||||
}
|
||||
|
||||
input.button:hover {
|
||||
background-position:0 -20px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* BUTTONS */
|
||||
|
||||
.buttons {
|
||||
position:absolute;
|
||||
width: 154px;
|
||||
height: 24px;
|
||||
left: 55px;
|
||||
top:80px;
|
||||
}
|
||||
|
||||
.buttons a.doc {
|
||||
display:block;
|
||||
height:24px;
|
||||
width:93px;
|
||||
background-image:url("../img/doc-button.png");
|
||||
float:left;
|
||||
outline:none;
|
||||
}
|
||||
|
||||
.buttons a.doc_inact {
|
||||
display:block;
|
||||
height:24px;
|
||||
width:92px;
|
||||
background-image:url("../img/doc-button_inact.png");
|
||||
float:left;
|
||||
outline:none;
|
||||
}
|
||||
|
||||
.buttons a.doc_inact:hover {
|
||||
background-position:0 -24px;
|
||||
}
|
||||
|
||||
.buttons a.sample {
|
||||
display:block;
|
||||
height:24px;
|
||||
width:62px;
|
||||
background-image:url("../img/samples-but.png");
|
||||
float:left;
|
||||
outline:none;
|
||||
}
|
||||
|
||||
.buttons a.sample_inact {
|
||||
display:block;
|
||||
height:24px;
|
||||
width:55px;
|
||||
background-image:url("../img/samples-but_inact.png");
|
||||
float:left;
|
||||
outline:none;
|
||||
}
|
||||
|
||||
.buttons a.sample_inact:hover {
|
||||
background-position:0 -24px;
|
||||
}
|
||||
|
||||
|
||||
/* CONTENT */
|
||||
|
||||
.content {
|
||||
margin: 30px 63px 0 63px;
|
||||
}
|
||||
|
||||
.content li {
|
||||
list-style:none;
|
||||
height:22px;
|
||||
}
|
||||
|
||||
li img {
|
||||
margin-bottom:-5px;
|
||||
padding-right: 7px;
|
||||
}
|
||||
|
||||
.line {
|
||||
margin: 0;
|
||||
padding: 1px;
|
||||
background: url("../img/border-dotted.gif") repeat-x top;
|
||||
}
|
||||
|
||||
|
||||
/* NAVIGATION */
|
||||
|
||||
.navigation-div {
|
||||
display:block;
|
||||
height:35px;
|
||||
width:100%;
|
||||
margin-bottom:20px;
|
||||
}
|
||||
|
||||
a.navigation {
|
||||
outline:none;
|
||||
float:left;
|
||||
display:block;
|
||||
height:25px;
|
||||
padding: 2px 10px 0 5px;
|
||||
border: solid 1px #cccccc;
|
||||
}
|
||||
|
||||
a.navigation:hover {
|
||||
background-color: #eaeff4;
|
||||
border-color: #6699CC;
|
||||
text-decoration:none;
|
||||
outline:none;
|
||||
}
|
||||
|
||||
a.navigation img {
|
||||
margin-bottom:-5px;
|
||||
padding-right:5px;
|
||||
border:none;
|
||||
}
|
||||
|
||||
.arrow {
|
||||
float:left;
|
||||
height:23px;
|
||||
background:url("../img/arrow.gif");
|
||||
margin: 3px 3px;
|
||||
width:8px;
|
||||
}
|
||||
|
||||
a.view-source {
|
||||
border: dashed 1px #cccccc;
|
||||
}
|
||||
|
||||
|
||||
/* LOGOS */
|
||||
|
||||
.big_logo {
|
||||
display:block;
|
||||
width:200px;
|
||||
height:54px;
|
||||
overflow:hidden;
|
||||
line-height:1000px;
|
||||
margin: 40px 0 20px 0;
|
||||
}
|
||||
|
||||
.logo_grid{
|
||||
background:transparent url("../img/logo_grid.gif") no-repeat;
|
||||
}
|
||||
.logo_treegrid{
|
||||
background:transparent url("../img/logo_treegrid.gif") no-repeat;
|
||||
}
|
||||
.logo_tree{
|
||||
background:transparent url("../img/logo_tree.gif") no-repeat;
|
||||
}
|
||||
.logo_layout{
|
||||
background:transparent url("../img/logo_layout.gif") no-repeat;
|
||||
}
|
||||
.logo_menu{
|
||||
background:transparent url("../img/logo_menu.gif") no-repeat;
|
||||
}
|
||||
.logo_toolbar{
|
||||
background:transparent url("../img/logo_toolbar.gif") no-repeat;
|
||||
}
|
||||
.logo_windows{
|
||||
background:transparent url("../img/logo_windows.gif") no-repeat;
|
||||
}
|
||||
.logo_calendar{
|
||||
background:transparent url("../img/logo_calendar.gif") no-repeat;
|
||||
}
|
||||
.logo_slider{
|
||||
background:transparent url("../img/logo_slider.gif") no-repeat;
|
||||
}
|
||||
.logo_scheduler{
|
||||
background:transparent url("../img/logo_scheduler.gif") no-repeat;
|
||||
}
|
||||
.logo_colorpicker{
|
||||
background:transparent url("../img/logo_colorpicker.gif") no-repeat;
|
||||
}
|
||||
.logo_combo{
|
||||
background:transparent url("../img/logo_combo.gif") no-repeat;
|
||||
}
|
||||
.logo_tabbar{
|
||||
background:transparent url("../img/logo_tabbar.gif") no-repeat;
|
||||
}
|
||||
.logo_accordion{
|
||||
background:transparent url("../img/logo_accordion.gif") no-repeat;
|
||||
}
|
||||
.logo_folders{
|
||||
background:transparent url("../img/logo_folders.gif") no-repeat;
|
||||
}
|
||||
.logo_editor{
|
||||
background:transparent url("../img/logo_editor.gif") no-repeat;
|
||||
}
|
||||
.logo_ajax{
|
||||
background:transparent url("../img/logo_ajax.gif") no-repeat;
|
||||
}
|
||||
.logo_gantt{
|
||||
background:transparent url("../img/logo_gantt.gif") no-repeat;
|
||||
}
|
||||
.logo_chart{
|
||||
background:transparent url("../img/logo_chart.gif") no-repeat;
|
||||
}
|
||||
.logo_dataview{
|
||||
background:transparent url("../img/logo_dataview.gif") no-repeat;
|
||||
}
|
||||
.logo_form{
|
||||
background:transparent url("../img/logo_form.gif") no-repeat;
|
||||
}
|
||||
|
||||
/* Topics */
|
||||
|
||||
.topics li {
|
||||
background:url("../icons/old.gif") no-repeat;
|
||||
padding-left: 25px;
|
||||
line-height:22px;
|
||||
}
|
||||
|
||||
.samples li {
|
||||
background:url("../icons/file.gif") no-repeat;
|
||||
}
|
||||
|
||||
ul.list {
|
||||
margin-left:40px;
|
||||
}
|
||||
|
||||
.list li {
|
||||
list-style-image:url("../icons/bullet.gif");
|
||||
}
|
||||
|
||||
.component-demo-placeholder {
|
||||
width:602px;
|
||||
height:252px;
|
||||
background:url("../img/grid-placeholder.gif");
|
||||
}
|
||||
|
||||
|
||||
/* FOOTER */
|
||||
|
||||
.footer {
|
||||
display:block;
|
||||
float:left;
|
||||
width:100%;
|
||||
height:64px;
|
||||
background: white url("../img/border-dotted-ccc.gif") repeat-x;
|
||||
}
|
||||
|
||||
.footer-logo {
|
||||
float:left;
|
||||
width:55px;
|
||||
height:24px;
|
||||
background:url("../img/footer-logo.gif");
|
||||
margin: 20px 20px 20px 63px;
|
||||
}
|
||||
|
||||
.copyright {
|
||||
float:left;
|
||||
margin-top:18px;
|
||||
font-size:11px;
|
||||
}
|
||||
|
||||
/* CODE */
|
||||
|
||||
.source {
|
||||
width:100%;
|
||||
background:url("../img/source-bg.gif");
|
||||
border-top: dashed 3px #ccc;
|
||||
border-bottom: dotted 1px #ccc;
|
||||
margin-top:20px;
|
||||
}
|
||||
|
||||
.code {
|
||||
margin:20px 63px;
|
||||
}
|
||||
|
||||
.teg {
|
||||
height:40px;
|
||||
color:#ccc;
|
||||
font-size:30px;
|
||||
font-family: Tahoma, Arial, Helvetica, Tahoma, serif;
|
||||
background:url("../img/source.gif") no-repeat 0 22px;
|
||||
padding: 10px 0 0 63px;
|
||||
}
|
||||
|
||||
/*colorizer*/
|
||||
|
||||
|
||||
.hl-default {
|
||||
color: Black;
|
||||
}
|
||||
.hl-code {
|
||||
color: Gray;
|
||||
}
|
||||
.hl-brackets {
|
||||
color: Olive;
|
||||
}
|
||||
.hl-comment {
|
||||
color: Orange;
|
||||
}
|
||||
.hl-quotes {
|
||||
color: Darkred;
|
||||
}
|
||||
.hl-string {
|
||||
color: Red;
|
||||
}
|
||||
|
||||
.hl-identifier {
|
||||
color: Blue;
|
||||
}
|
||||
|
||||
.hl-identifier a{
|
||||
font-family: "Courier New";
|
||||
font-size: 11px;
|
||||
color: Blue;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.hl-builtin {
|
||||
color: Teal;
|
||||
}
|
||||
.hl-reserved {
|
||||
color: Green;
|
||||
}
|
||||
.hl-inlinedoc {
|
||||
color: Blue;
|
||||
}
|
||||
.hl-var {
|
||||
color: Darkblue;
|
||||
}
|
||||
.hl-url {
|
||||
color: Blue;
|
||||
}
|
||||
.hl-special {
|
||||
color: Navy;
|
||||
}
|
||||
.hl-number {
|
||||
color: Maroon;
|
||||
}
|
||||
.hl-inlinetags {
|
||||
color: Blue;
|
||||
}
|
||||
.hl-main {
|
||||
background: transparent;
|
||||
}
|
||||
.hl-gutter {
|
||||
background-color: #999999;
|
||||
color: White
|
||||
}
|
||||
.hl-table {
|
||||
font-family: "Courier New";
|
||||
font-size: 12px;
|
||||
border: solid 1px lightgray;
|
||||
}
|
5
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/data.csv
Executable file
@ -0,0 +1,5 @@
|
||||
1,0,start
|
||||
555,0,middle
|
||||
1111,0,finish
|
||||
2,1,child 1
|
||||
3,2,child 2
|
|
4
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/data.js
Executable file
@ -0,0 +1,4 @@
|
||||
[[1,0,"first"],
|
||||
[2,0,"middle"],
|
||||
[3,0,"last"],
|
||||
[4,2,"child"]]
|
1
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/data.json
Executable file
@ -0,0 +1 @@
|
||||
{id:0, item:[{id:1,text:"first"},{id:2, text:"middle", item:[{id:"21", text:"child"}]},{id:3,text:"last"}]}
|
113
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/grid.xml
Executable file
@ -0,0 +1,113 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rows>
|
||||
<row id="1">
|
||||
<cell>-1500</cell>
|
||||
<cell>A Time to Kill</cell>
|
||||
<cell>John Grisham</cell>
|
||||
<cell>12.99</cell>
|
||||
<cell>1</cell>
|
||||
<cell>24</cell>
|
||||
<cell>0</cell>
|
||||
<cell>05/01/1998</cell>
|
||||
</row>
|
||||
<row id="2">
|
||||
<cell>1000</cell>
|
||||
<cell>Blood and Smoke</cell>
|
||||
<cell>Stephen King</cell>
|
||||
<cell>0</cell>
|
||||
<cell>1</cell>
|
||||
<cell>24</cell>
|
||||
<cell>0</cell>
|
||||
<cell>01/01/2000</cell>
|
||||
</row>
|
||||
<row id="3" selected="1">
|
||||
<cell>-200</cell>
|
||||
<cell>The Rainmaker</cell>
|
||||
<cell>John Grisham</cell>
|
||||
<cell>7.99</cell>
|
||||
<cell>0</cell>
|
||||
<cell>48</cell>
|
||||
<cell>0</cell>
|
||||
<cell>12/01/2001</cell>
|
||||
</row>
|
||||
<row id="4">
|
||||
<cell>350</cell>
|
||||
<cell>The Green Mile</cell>
|
||||
<cell>Stephen King</cell>
|
||||
<cell>11.10</cell>
|
||||
<cell>1</cell>
|
||||
<cell>24</cell>
|
||||
<cell>0</cell>
|
||||
<cell>01/01/1992</cell>
|
||||
</row>
|
||||
<row id="5">
|
||||
<cell>700</cell>
|
||||
<cell>Misery</cell>
|
||||
<cell>Stephen King</cell>
|
||||
<cell>7.70</cell>
|
||||
<cell>0</cell>
|
||||
<cell>na</cell>
|
||||
<cell>0</cell>
|
||||
<cell>01/01/2003</cell>
|
||||
</row>
|
||||
<row id="6">
|
||||
<cell>-1200</cell>
|
||||
<cell>The Dark Half</cell>
|
||||
<cell>Stephen King</cell>
|
||||
<cell>0</cell>
|
||||
<cell>0</cell>
|
||||
<cell>48</cell>
|
||||
<cell>0</cell>
|
||||
<cell>10/30/1999</cell>
|
||||
</row>
|
||||
<row id="7">
|
||||
<cell>1500</cell>
|
||||
<cell>The Partner</cell>
|
||||
<cell>John Grisham</cell>
|
||||
<cell>12.99</cell>
|
||||
<cell>1</cell>
|
||||
<cell>48</cell>
|
||||
<cell>1</cell>
|
||||
<cell>01/01/2005</cell>
|
||||
</row>
|
||||
<row id="8">
|
||||
<cell>500</cell>
|
||||
<cell>It</cell>
|
||||
<cell>Stephen King</cell>
|
||||
<cell>9.70</cell>
|
||||
<cell>0</cell>
|
||||
<cell>na</cell>
|
||||
<cell>0</cell>
|
||||
<cell>10/15/2001</cell>
|
||||
</row>
|
||||
<row id="9">
|
||||
<cell>400</cell>
|
||||
<cell>Cousin Bette</cell>
|
||||
<cell>Honore de Balzac</cell>
|
||||
<cell>0</cell>
|
||||
<cell>1</cell>
|
||||
<cell>1</cell>
|
||||
<cell>0</cell>
|
||||
<cell>12/01/1991</cell>
|
||||
</row>
|
||||
<row id="10">
|
||||
<cell>-100</cell>
|
||||
<cell>Boris Godunov</cell>
|
||||
<cell>Alexandr Pushkin</cell>
|
||||
<cell>7.15</cell>
|
||||
<cell>1</cell>
|
||||
<cell>1</cell>
|
||||
<cell>0</cell>
|
||||
<cell>01/01/1999</cell>
|
||||
</row>
|
||||
<row id="11">
|
||||
<cell>-150</cell>
|
||||
<cell>Alice in Wonderland</cell>
|
||||
<cell>Lewis Carroll</cell>
|
||||
<cell>4.15</cell>
|
||||
<cell>1</cell>
|
||||
<cell>1</cell>
|
||||
<cell>0</cell>
|
||||
<cell>01/01/1999</cell>
|
||||
</row>
|
||||
</rows>
|
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/accordion.gif
Executable file
After Width: | Height: | Size: 394 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/ajax.gif
Executable file
After Width: | Height: | Size: 371 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/arrow.gif
Executable file
After Width: | Height: | Size: 185 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/bullet.gif
Executable file
After Width: | Height: | Size: 51 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/calendar.gif
Executable file
After Width: | Height: | Size: 207 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/chart.gif
Executable file
After Width: | Height: | Size: 1.6 KiB |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/chm.gif
Executable file
After Width: | Height: | Size: 671 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/colorpicker.gif
Executable file
After Width: | Height: | Size: 352 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/combo.gif
Executable file
After Width: | Height: | Size: 186 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/connector.gif
Executable file
After Width: | Height: | Size: 635 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/dataprocessor.gif
Executable file
After Width: | Height: | Size: 173 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/dataview.gif
Executable file
After Width: | Height: | Size: 222 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/editor.gif
Executable file
After Width: | Height: | Size: 280 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/file.gif
Executable file
After Width: | Height: | Size: 622 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/file_link.gif
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/folders.gif
Executable file
After Width: | Height: | Size: 637 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/form.gif
Executable file
After Width: | Height: | Size: 153 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/gantt.gif
Executable file
After Width: | Height: | Size: 1010 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/grid.gif
Executable file
After Width: | Height: | Size: 191 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/layout.gif
Executable file
After Width: | Height: | Size: 635 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/menu.gif
Executable file
After Width: | Height: | Size: 270 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/none.gif
Executable file
After Width: | Height: | Size: 45 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/old.gif
Executable file
After Width: | Height: | Size: 388 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/pdf.gif
Executable file
After Width: | Height: | Size: 646 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/scheduler.gif
Executable file
After Width: | Height: | Size: 432 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/slider.gif
Executable file
After Width: | Height: | Size: 363 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/source.gif
Executable file
After Width: | Height: | Size: 333 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/tabbar.gif
Executable file
After Width: | Height: | Size: 258 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/toolbar.gif
Executable file
After Width: | Height: | Size: 243 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/tree.gif
Executable file
After Width: | Height: | Size: 261 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/treegrid.gif
Executable file
After Width: | Height: | Size: 322 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/vault.gif
Executable file
After Width: | Height: | Size: 262 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/icons/windows.gif
Executable file
After Width: | Height: | Size: 267 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/blank.gif
Executable file
After Width: | Height: | Size: 56 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/blue.gif
Executable file
After Width: | Height: | Size: 75 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/book.gif
Executable file
After Width: | Height: | Size: 184 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/books_close.gif
Executable file
After Width: | Height: | Size: 189 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/books_open.gif
Executable file
After Width: | Height: | Size: 187 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/close2.gif
Executable file
After Width: | Height: | Size: 181 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/folderClosed.gif
Executable file
After Width: | Height: | Size: 135 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/folderOpen.gif
Executable file
After Width: | Height: | Size: 139 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/green.gif
Executable file
After Width: | Height: | Size: 75 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/iconCheckAll.gif
Executable file
After Width: | Height: | Size: 123 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/iconCheckDis.gif
Executable file
After Width: | Height: | Size: 126 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/iconCheckGray.gif
Executable file
After Width: | Height: | Size: 126 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/iconUncheckAll.gif
Executable file
After Width: | Height: | Size: 111 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/iconUncheckDis.gif
Executable file
After Width: | Height: | Size: 117 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/item2c.gif
Executable file
After Width: | Height: | Size: 267 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/item2o.gif
Executable file
After Width: | Height: | Size: 263 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/leaf.gif
Executable file
After Width: | Height: | Size: 123 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/line1.gif
Executable file
After Width: | Height: | Size: 71 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/line1_rtl.gif
Executable file
After Width: | Height: | Size: 64 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/line2.gif
Executable file
After Width: | Height: | Size: 70 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/line2_rtl.gif
Executable file
After Width: | Height: | Size: 64 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/line3.gif
Executable file
After Width: | Height: | Size: 73 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/line3_rtl.gif
Executable file
After Width: | Height: | Size: 67 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/line4.gif
Executable file
After Width: | Height: | Size: 69 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/line4_rtl.gif
Executable file
After Width: | Height: | Size: 64 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/minus.gif
Executable file
After Width: | Height: | Size: 85 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/minus2.gif
Executable file
After Width: | Height: | Size: 92 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/minus2_rtl.gif
Executable file
After Width: | Height: | Size: 84 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/minus3.gif
Executable file
After Width: | Height: | Size: 93 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/minus3_rtl.gif
Executable file
After Width: | Height: | Size: 85 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/minus4.gif
Executable file
After Width: | Height: | Size: 90 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/minus4_rtl.gif
Executable file
After Width: | Height: | Size: 85 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/minus5.gif
Executable file
After Width: | Height: | Size: 87 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/minus5_rtl.gif
Executable file
After Width: | Height: | Size: 82 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/minus_ar.gif
Executable file
After Width: | Height: | Size: 68 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/open2.gif
Executable file
After Width: | Height: | Size: 207 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/plus.gif
Executable file
After Width: | Height: | Size: 89 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/plus2.gif
Executable file
After Width: | Height: | Size: 95 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/plus2_rtl.gif
Executable file
After Width: | Height: | Size: 88 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/plus3.gif
Executable file
After Width: | Height: | Size: 96 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/plus3_rtl.gif
Executable file
After Width: | Height: | Size: 89 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/plus4.gif
Executable file
After Width: | Height: | Size: 94 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/plus4_rtl.gif
Executable file
After Width: | Height: | Size: 89 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/plus5.gif
Executable file
After Width: | Height: | Size: 92 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/plus5_rtl.gif
Executable file
After Width: | Height: | Size: 87 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/plus_ar.gif
Executable file
After Width: | Height: | Size: 70 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/radio_off.gif
Executable file
After Width: | Height: | Size: 241 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/radio_on.gif
Executable file
After Width: | Height: | Size: 361 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/red.gif
Executable file
After Width: | Height: | Size: 75 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/white.gif
Executable file
After Width: | Height: | Size: 75 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/images/yellow.gif
Executable file
After Width: | Height: | Size: 75 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/img/6_IE_inside2.png
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/img/Thumbs.db
Executable file
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/img/arrow.gif
Executable file
After Width: | Height: | Size: 59 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/img/bookmark.gif
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/img/border-dotted-ccc.gif
Executable file
After Width: | Height: | Size: 44 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/img/border-dotted.gif
Executable file
After Width: | Height: | Size: 44 B |
BIN
phpgwapi/js/dhtmlxtree/dhtmlxTree/samples/common/img/bullet.gif
Executable file
After Width: | Height: | Size: 51 B |