Framework JavaScript ACube V2.10.0
 

technique/fw_svg.js

Résumé

This JavaScript file is a part of Framework FRED ACUBE.
In particular to manage the SVG Component ComposantSVG
«ComposantSVG»class permits to define a SVG Inline component except for Internet Explorer. For Internet Explorer, implementation use the HTML Tag "EMBED".

Require :



UML Diagram for ComposantSVG




 UML diagram for ComposantSVG

XHTML example for this conponent :

<?xml version='1.0' encoding='ISO-8859-1' standalone='no'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
 xmlns:svg="http://www.w3.org/2000/svg" xml:lang="en">
<head>
<title>SVG diagramme circulaire</title>
<meta http-equiv="Content-Type"
 content="application/xhtml+xml; charset=ISO-8859-1" />
<link rel="stylesheet" type="text/css" href="

Version: 2.7

Date: 10/12/2007

Auteur: MAEE


Sommaire des Classes
ComposantSVG This class «ComposantSVG» is class to permit to define a SVG Inline component
This JavaScript file is a part of Framework FRED ACUBE.

Sommaire des Fonctions Globales
static Element createSVGElement(doc, tag)
           Create a SVG DOM Element for the Document doc
static Text createSVGTextNode(<Document> doc, <String> text)
           Create a text DOM Element for the Document doc
static Document getDocument(<String> frameId)
           Get the document corresponding of the frameId
static DOMElement getElementByIdInFrame(<String> frameId, <String> id)
           Get Element by id in the frame with id = frameId

Framework JavaScript ACube V2.10.0
 


Version 2.10.0, / Etat : Validé
Cette création est mise à disposition selon le Contrat Paternité - Pas d'Utilisation Commerciale - Partage des Conditions Initiales à l'Identique disponible en ligne http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ ou par courrier postal à Creative Commons, 559 Nathan Abbott Way, Stanford,California 94305, USA.


Documentation generated by JSDoc on Wed Jan 6 17:05:02 2010