You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

    The DAS Lite C++ library is a minimal collect of classes needed to implement a simple read  webApp. This webApp should create a prepared statement using a given select statement string  and return the selected rows. It also should generate a graph with the data returned by the database using SDO C++ framework. 

Gliffy Macro Error

Usage: {gliffy:name=some diagram name | [pageid=some page id] | [size=width in pixels] | [border=boolean] | [version=some diagram version]}

Diagram names may not contain the following characters: " \ / | : { < & + ? | = ; # %

Examples:

  • {gliffy:name=My UML Diagram}
    Display "My UML Diagram" on the page.
  • {gliffy:name=My UML Diagram|version=2|size=800}
    Display version 2 of "My UML Diagram" on the page, at a width of 800 px.
  • {gliffy:name=My Org Chart|pageid=1234567|size=1200|border=true}
    Reference the "My Org Chart" diagram attachment on a page with the id of 1234567, and display it at a width of 1200 px with a border.

Note: Diagrams are stored as attachments to pages. If you do not specify the space key and page name, it will be assumed the diagram you are referring to is on the current page. If you wish to refer to a diagram on another page, you must specify the space key and page name that the diagram is attached to.

  • No labels