Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.225.025 Times

Tree::Simple::View::HTML 0.16

  Date Added: May 17, 2010  |  Visits: 2.075

Tree::Simple::View::HTML

Report Broken Link
Printer Friendly Version


Product Homepage
Download (110 downloads)



Tree::Simple::View::HTML is a Perl class for viewing Tree::Simple hierarchies in HTML. SYNOPSIS use Tree::Simple::View::HTML; ## a simple example # use the defaults (an unordered list with no CSS) my $tree_view = Tree::Simple::View::HTML->new($tree); ## more complex examples # use the CSS properties my $tree_view = Tree::Simple::View::HTML->new($tree => ( list_type => "ordered", list_css => "list-style: circle;", list_item_css => "font-family: courier;", expanded_item_css => "font-family: courier; font-weight: bold", )); # use the CSS classes my $tree_view = Tree::Simple::View::HTML->new($tree => ( list_css_class => "myListClass", list_item_css_class => "myListItemClass", expanded_item_css_class => "myExpandedListItemClass", )); # mix the CSS properties and CSS classes my $tree_view = Tree::Simple::View::HTML->new($tree => ( list_css => "list-style: circle;", list_item_css => "font-family: courier;", expanded_item_css_class => "myExpandedListItemClass", node_formatter => sub { my ($tree) = @_; return "" . $tree->getNodeValue()->description() . ""; } )); # print out the tree fully expanded print $tree_view->expandAll(); # print out the tree expanded along a given path (see below for details) print $tree_view->expandPath("Root", "Child", "GrandChild");.

Requirements: No special requirements
Platforms: Linux
Keyword: Class Css Expanded Html Item Libraries List Programming Tree Treesimpleviewhtml
Users rating: 0/10

License: Freeware Size: 22.53 KB
USER REVIEWS
More Reviews or Write Review


TREE::SIMPLE::VIEW::HTML RELATED
Specialized Tools  -  Drop Down Menu in CSS and HTML 1.0
Create truly cross-browser, light-weight css drop down menu in minutes - try Drop Down Menu in CSS and HTML today! Drop Down Menu in CSS and HTML is a software tool that lets you add professional looking css drop down menu systems. With this html...
9.02 MB  
Libraries  -  FrameMaker::FromHTML 0.03
FrameMaker::FromHTML is a Perl class to convert HTML file to FrameMaker MIF. SYNOPSIS use base FrameMaker::FromHTML; use strict; my ($infile, $outfile); $infile = shift; ($outfile = $infile) =~ s/.htm[l]*$/.mif/; # Insert routine to...
17.41 KB  
Libraries  -  PHP HTML Form Generation and Validation Class 1.0 Beta 3
PHP HTML Form Generation and Validation Class is a PHP class for easy HTML form generation and validation. If youre a web developer you know that designing HTML forms and writing the PHP code for their validation is a really dull task. And if...
133.12 KB  
Libraries  -  HTML::WikiConverter::Normalizer 0.61
SYNOPSIS use HTML::TreeBuilder; use HTML::WikiConverter::Normalizer; my $tree = new HTML::TreeBuilder(); $tree->parse( text ); my $norm = new HTML::WikiConverter::Normalizer(); $norm->normalize($tree); # Roughly gives " text "...
34.82 KB  
WYSIWYG HTML Editors  -  CSS Menu Bar 1.0
Build modern web buttons and css menu bars for your web in a few clicks! No working around with the raw CSS or HTML code is necessary. The html menu builder does all the work for you. Just enter the information you want for your html menu in this...
10.26 MB  
Web Authoring  -  WYSIWYG CSS and HTML Editor 1.0
iStylr web design kit - Websites quick and clean! iStylr is a wysiwyg css editor and html editor with focus on the development of cms templates. If you are looking for a solution to shorten development times for cms templates and themes look no...
9.6 MB  
Development Editors  -  RadRails 2.0.4.12681589
Everything you Need for Rails Development Build, deploy and scale Ruby on Rails apps faster using Aptana RadRails and Aptana Cloud, both of which extend Aptana Studio's unprecedented ease for JavaScript, DOM, HTML, CSS, and popular Ajax...
1024 KB  
Arcade Style Games  -  PunkPong 0.26a
PunkPong project is a Pong-like game written in DHTML (JavaScript, CSS, and HTML) that uses the keyboard or mouse. This cross-platform and cross-browser game was tested under BeOS, Linux, NetBSD, OpenBSD, FreeBSD, Windows, and others.. Get...
9.22 KB  
Java Based Databases  -  jQuery Navigation Menu Style 10 1.5
jQuery menus are different than other plain ul' CSS and HTML menus, they bring life to your site. They make your site recognizable, memorable for the users. Javascript makes it possible to create more interactive, more responsive and more flexible...
30 KB  
Development Tools  -  debugHelper 0.8
debugHelper is a class, that provides useful functions for daily programming tasks. The class provides JAVA style error messages for PHP. It has a nicer display of variable contents than PHPs print_r() function. It can take execution times, has a...
 
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB