cuneiform(n) 0.1 cuneiform "Cuneiform Framework"

Name

cuneiform - A document object model for Html/Svg/Tk presentation layers

Table Of Contents

Synopsis

  • package require Tcl 8.6
  • package require clay

Description

Commands

proc cuneiform::markdown real_filename
proc cuneiform::HTML_MACROS

Classes

Class cuneiform::document.xml

ancestors: cuneiform::buffer.xml cuneiform::xml::nocss

Intended for the httpd engine in tcllib

Option

option title
option encoding
option version
option headerline

Methods

method cuneiform_syntax
method cuneiform_structure
method xml_footer ?args?
method xml_output

Class cuneiform::document.svg

ancestors: cuneiform::document.xml

Class cuneiform::svg::circle

ancestors: cunieform::svg.primative

Option

option cx
option cy
option r

Class cuneiform::svg::ellipse

ancestors: cunieform::svg.primative

Option

option cx
option cy
option r

Class cuneiform::svg::line

ancestors: cunieform::svg.primative

Option

option x1
option y1
option x2
option y2

Class cuneiform::svg::path

ancestors: cunieform::svg.primative

Option

option d

Class cuneiform::svg::polygon

ancestors: cunieform::svg.primative

Option

option points

Class cuneiform::svg::polyline

ancestors: cunieform::svg.primative

Option

option points

Class cuneiform::svg::rect

ancestors: cunieform::svg.primative

Class cuneiform::html::meta

ancestors: nonpaired nocss

Class cuneiform::html::link

ancestors: nonpaired nocss

Class cuneiform::html::label

Tk names that will confuse the parser

Option

option for

Bugs, Ideas, Feedback

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category oo of the Tcllib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.

When proposing code changes, please provide unified diffs, i.e the output of diff -u.

Note further that attachments are strongly preferred over inlined patches. Attachments can be made by going to the Edit form of the ticket immediately after its creation, and then using the left-most button in the secondary navigation bar.

Keywords

TclOO, clay, oo

Category

Programming tools