2017 © Pedro Peláez
 

ezpublish-legacy-extension ez-js-sequence-diagram

Custom XML text tag to draw simple UML sequence diagrams

image

bdunogier/ez-js-sequence-diagram

Custom XML text tag to draw simple UML sequence diagrams

  • Sunday, November 23, 2014
  • by bdunogier
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

eZ JS Sequence Diagram

This extension offers a custom XML text tag, sequence_diagram, that converts simple text to an UML sequence diagram in SVG., (*1)

Sequence diagram in custom tag, (*2)

It is based on bramp/js-sequence-diagrams., (*3)

Installation

Run composer require bdunogier/js-sequence-diagram. Enable extension in `settings/override/site.ini.append.php:, (*4)

ActiveExtensions[]=ezjssequencediagram

Usage

In an XML text block, add a custom tag of type "sequence_diagram". The theme attribute can be set to either "hand" (for a hand drawn diagram) or "simple"., (*5)

Syntax

Andrew->China: Says Hello
Note right of China: China thinks\nabout it
China-->Andrew: How are you?
Andrew->>China: I am good thanks!

See http://bramp.github.io/js-sequence-diagrams for more details., (*6)

The Versions

23/11 2014

dev-master

9999999-dev

Custom XML text tag to draw simple UML sequence diagrams

  Sources   Download

LGPL-2.1

23/11 2014

v0.1.2

0.1.2.0

Custom XML text tag to draw simple UML sequence diagrams

  Sources   Download

LGPL-2.1