.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32 .\" .\" Standard preamble: .\" ======================================================================== .de Sh \" Subsection heading .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. | will give a .\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to .\" do unbreakable dashes and therefore won't be available. \*(C` and \*(C' .\" expand to `' in nroff, nothing in troff, for use with C<>. .tr \(*W-|\(bv\*(Tr .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' 'br\} .\" .\" If the F register is turned on, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\} .\" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .hy 0 .if n .na .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] \fP .\} .if t \{\ . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff .if n \{\ . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} .if t \{\ . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' .ds 8 \h'\*(#H'\(*b\h'-\*(#H' .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] .ds ae a\h'-(\w'a'u*4/10)'e .ds Ae A\h'-(\w'A'u*4/10)'E . \" corrections for vroff .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' . \" for low resolution devices (crt and lpr) .if \n(.H>23 .if \n(.V>19 \ \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} .rm #[ #] #H #V #F C .\" ======================================================================== .\" .IX Title "JQuery::Splitter 3" .TH JQuery::Splitter 3 "2008-01-07" "perl v5.8.8" "User Contributed Perl Documentation" $(\*(L"#ID\*(R").splitter({ type: \*(L"v\*(R", minA: 100, initA: 150, maxA: 300, accessKey: \*(L"|\*(R" }) .SH "NAME" JQuery::Splitter \- Split into panes .SH "VERSION" .IX Header "VERSION" Version 1.00 .SH "SYNOPSIS" .IX Header "SYNOPSIS" JQuery::Splitter is used to split an area into two panes. This can be extended to three or more by nesting .PP .Vb 7 \& use JQuery; \& use JQuery::Splitter ; \& my $splitter1 = JQuery::Splitter->new(id => 'MySplitter', \& addToJQuery => $jquery, \& browserFill => 1, \& type => 'v', \& HTML1 => $leftHTML, HTML2 => $rightHTML) ; .Ve .SH "DESCRIPTION" .IX Header "DESCRIPTION" This module is a bit more complicated than others, since \s-1CSS\s0 needs to be set to get good results. For complete information see .PP .Vb 16 \& my $mainPanelCSS = new JQuery::CSS(hash => {'#MySplitter' => {'min-width' => '500px', 'min-height' => '300px', border => '4px solid #669'}}) ; \& my $panel1CSS = new JQuery::CSS(hash => { '#LeftPanel' => {background => 'blue', padding => '8px'}}) ; \& my $panel2CSS = new JQuery::CSS(hash => { '#RightPanel' => {background => 'yellow', padding => '4px'}}) ; \& my $splitter1 = JQuery::Splitter->new(id => 'MySplitter', \& addToJQuery => $jquery, \& browserFill => 1, \& type => 'v', accessKey => "I", panel1 => 'LeftPanel', panel2 => 'RightPanel', \& mainPanelCSS => $mainPanelCSS, \& panel1CSS => $panel1CSS, \& panel2CSS => $panel2CSS, \& panel1Params => {minA => 100, initA => 100, maxA => 1000}, \& splitBackGround => 'pink', \& splitActive => 'red', \& splitHeight => '6px', \& splitRepeat => 1, \& HTML1 => $leftHTML, HTML2 => $rightHTML) ; .Ve .PP Have a look at the splitter examples. .IP "addToJQuery" 4 .IX Item "addToJQuery" Add the item to JQuery .IP "browserFill" 4 .IX Item "browserFill" Set this to 1 if you want the panel to fill the whole page .IP "type" 4 .IX Item "type" Set to h for horizontal split and v for vertical split .IP "accessKey" 4 .IX Item "accessKey" Allows user access to a splitter bar through the keyboard .IP "panel1" 4 .IX Item "panel1" Give an id to the left/top panel .IP "panel2" 4 .IX Item "panel2" Give an id to the right/bottom panel .IP "mainPanelCSS" 4 .IX Item "mainPanelCSS" Define \s-1CSS\s0 for the main panel .IP "panel1CSS" 4 .IX Item "panel1CSS" Define \s-1CSS\s0 for the left/top panel .IP "panel2CSS" 4 .IX Item "panel2CSS" Define \s-1CSS\s0 for the right/bottom panel .IP "panel1Params" 4 .IX Item "panel1Params" .RS 4 .PD 0 .IP "minA" 4 .IX Item "minA" .PD Minimum size for the panel .IP "initA" 4 .IX Item "initA" Initial size for the panel .IP "maxA" 4 .IX Item "maxA" Maximum size for the panel .RE .RS 4 .RE .IP "panel2Params" 4 .IX Item "panel2Params" .RS 4 .PD 0 .IP "minB" 4 .IX Item "minB" .PD Minimum size for the panel .IP "initB" 4 .IX Item "initB" Initial size for the panel .IP "maxB" 4 .IX Item "maxB" Maximum size for the panel .RE .RS 4 .RE .IP "splitBackGround" 4 .IX Item "splitBackGround" Define the colour for the background of the splitter bar .IP "splitActive" 4 .IX Item "splitActive" Define the colour for the splitter bar when it is active .IP "splitHeight" 4 .IX Item "splitHeight" Define the size of the splitter bar .IP "\s-1HTML1\s0" 4 .IX Item "HTML1" Set the \s-1HTML\s0 for the top/left panel .IP "\s-1HTML2\s0" 4 .IX Item "HTML2" Set the \s-1HTML\s0 for the bottom/right panel .IP "internalPanel" 4 .IX Item "internalPanel" If panels are put one inside another, the internal panels must have this flag set. The splitter bars take all their definitions from the outermost panel. That is, they cannot be changed. .SH "FUNCTIONS" .IX Header "FUNCTIONS" .IP "\s-1HTML\s0" 4 .IX Item "HTML" Get the \s-1HTML\s0 for the object .IP "new" 4 .IX Item "new" Instantiate the object .IP "setHTML1" 4 .IX Item "setHTML1" Set \s-1HTML1\s0 for the object .IP "setHTML2" 4 .IX Item "setHTML2" Set \s-1HTML2\s0 for the object .SH "AUTHOR" .IX Header "AUTHOR" Peter Gordon, \f(CW\*(C`\*(C'\fR .SH "BUGS" .IX Header "BUGS" Please report any bugs or feature requests to \&\f(CW\*(C`bug\-jquery\-taconite at rt.cpan.org\*(C'\fR, or through the web interface at . I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. .SH "SUPPORT" .IX Header "SUPPORT" You can find documentation for this module with the perldoc command. .PP .Vb 1 \& perldoc JQuery .Ve .PP You can also look for information at: .IP "* AnnoCPAN: Annotated \s-1CPAN\s0 documentation" 4 .IX Item "AnnoCPAN: Annotated CPAN documentation" .IP "* \s-1CPAN\s0 Ratings" 4 .IX Item "CPAN Ratings" .IP "* \s-1RT:\s0 \s-1CPAN\s0's request tracker" 4 .IX Item "RT: CPAN's request tracker" .IP "* Search \s-1CPAN\s0" 4 .IX Item "Search CPAN" .SH "ACKNOWLEDGEMENTS" .IX Header "ACKNOWLEDGEMENTS" .SH "COPYRIGHT & LICENSE" .IX Header "COPYRIGHT & LICENSE" Copyright 2007 Peter Gordon, all rights reserved. .PP This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.