Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News VisionProject 4.1 (Default branch) Post 302258123 by Linux Bot on Thursday 13th of November 2008 11:30:08 PM
Old 11-14-2008
VisionProject 4.1 (Default branch)

VisionProject is a Web based issue tracking and project collaboration tool. A few of the best features are sub-issues, a work log, Subversion integration, burn-down charts, complete customization (look, issue fields, issue lists, issue types, statuses, priorities, and severities), notifications, workflows, document management, a knowledge base, and a public support center. License: Free for non-commercial use Changes:
The most notable features in this release are the ability to add issues directly from the issues table, an "Image viewer", "Simple forms", and a "Latest issues" panel. Image

Image

More...
 
WWW::Mechanize::Image(3pm)				User Contributed Perl Documentation				WWW::Mechanize::Image(3pm)

NAME
WWW::Mechanize::Image - Image object for WWW::Mechanize SYNOPSIS
Image object to encapsulate all the stuff that Mech needs Constructor new() Creates and returns a new "WWW::Mechanize::Image" object. my $image = WWW::Mechanize::Image->new( { url => $url, base => $base, tag => $tag, name => $name, # From the INPUT tag height => $height, # optional width => $width, # optional alt => $alt, # optional } ); Accessors $link->url() URL from the link $link->base() Base URL to which the links are relative. $link->name() Name for the field from the NAME attribute, if any. $link->tag() Tag name (either "image" or "input") $link->height() Image height $link->width() Image width $link->alt() ALT attribute from the source tag, if any. $link->URI() Returns the URL as a URI::URL object. $link->url_abs() Returns the URL as an absolute URL string. SEE ALSO
WWW::Mechanize and WWW::Mechanize::Link COPYRIGHT &; LICENSE Copyright 2004-2010 Andy Lester. This program is free software; you can redistribute it and/or modify it under the terms of either: o the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or o the Artistic License version 2.0. perl v5.14.2 2011-08-05 WWW::Mechanize::Image(3pm)
All times are GMT -4. The time now is 08:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy