CHANGELOG.txt |
libraries/orgchart/CHANGELOG.txt |
|
CHANGELOG
=========
J. van Loenen
2013-02-23 New: Lines breaks on \n sequences.
2013-02-28 New: redrawChart().
2013-03-12 New: drawChart() will reset first: you can add/move nodes and
redraw on an existing chart.
2013-03-13 New: drawChart… |
organigrams.admin.inc |
organigrams.admin.inc |
|
Defines the administration forms for managing organigrams. |
organigrams.info |
organigrams.info |
|
name = Organigrams
description = Create and manage organigrams.
package = Organigrams
core = 7.x
; Module dependencies.
dependencies[] = entity
dependencies[] = libraries
; Autoload support the entity controllers.
files[] =… |
organigrams.install |
organigrams.install |
|
Defines the schema for the organigrams module. |
organigrams.module |
organigrams.module |
|
Defines the organigrams functions and entity types. |
organigrams.rules.inc |
organigrams.rules.inc |
|
Rules integration for the organigrams module. |
organigrams.theme.inc |
theme/organigrams.theme.inc |
|
Defines the theme functions used by the organigrams module. |
organigrams.tpl.php |
theme/organigrams.tpl.php |
|
Default theme implementation for entities. |
organigrams_item.admin.inc |
organigrams_item.admin.inc |
|
Defines the user forms and pages for managing organigrams items. |
OrgChart test |
libraries/orgchart/examples.html |
|
OrgChart test |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
----------------------
* Introduction
* Requirements
* Plugins
* Installation
* Configuration
* Browser support
* References
INTRODUCTION
------------
Organigrams provides the ability to easily create and manage… |
README.txt |
libraries/orgchart/README.txt |
|
README
======
The OrgChart library provides the ability to draw complex organization charts
with HTML5 canvas.
Interface
=========
+----------
| root |
+---------+
|
+---------+ | +---------+
|… |