<?php include_once '../doc-typo3-funcs.php'; $doxygen_vars = array( "title" => "TYPO3 4.0.1: tslib_tableOffset Class Reference", "datetime" => "Sat Dec 2 19:26:59 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?> <!-- Generated by Doxygen 1.4.6 --> <div class="tabs"> <ul> <li><a href="main.html"><span>Main Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li id="current"><a href="classes.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> <li><a href="pages.html"><span>Related Pages</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <form action="search.php" method="get"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td><label> <u>S</u>earch for </label></td> <td><input type="text" name="query" value="" size="20" accesskey="s"/></td> </tr> </table> </form> </li> </ul></div> <div class="tabs"> <ul> <li><a href="classes.html"><span>Alphabetical List</span></a></li> <li><a href="annotated.html"><span>Class List</span></a></li> <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> <li><a href="functions.html"><span>Class Members</span></a></li> </ul></div> <h1>tslib_tableOffset Class Reference</h1><!-- doxytag: class="tslib_tableOffset" --><a href="classtslib__tableOffset-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classtslib__tableOffset.html#6750b8d11967ebaed6fce46103921025">start</a> ($content, $offset)</td></tr> <tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6a5962db98752c03b6912e4e988f874c"></a><!-- doxytag: member="tslib_tableOffset::$tableParams" ref="6a5962db98752c03b6912e4e988f874c" args="" --> </td><td class="memItemRight" valign="bottom"><a class="el" href="classtslib__tableOffset.html#6a5962db98752c03b6912e4e988f874c">$tableParams</a> = 'border="0" cellspacing="0" cellpadding="0"'</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="54cd95fb72722e0813c99c3ae6a58697"></a><!-- doxytag: member="tslib_tableOffset::$default_tableParams" ref="54cd95fb72722e0813c99c3ae6a58697" args="" --> </td><td class="memItemRight" valign="bottom"><a class="el" href="classtslib__tableOffset.html#54cd95fb72722e0813c99c3ae6a58697">$default_tableParams</a> = 'border="0" cellspacing="0" cellpadding="0"'</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="833273f8122ce7cd0f702ecfc3b50644"></a><!-- doxytag: member="tslib_tableOffset::$tdParams" ref="833273f8122ce7cd0f702ecfc3b50644" args="" --> </td><td class="memItemRight" valign="bottom"><a class="el" href="classtslib__tableOffset.html#833273f8122ce7cd0f702ecfc3b50644">$tdParams</a> = ' width="99%" valign="top"'</td></tr> </table> <hr><a name="_details"></a><h2>Detailed Description</h2> <p> <p> Definition at line <a class="el" href="class_8tslib__content_8php-source.html#l07336">7336</a> of file <a class="el" href="class_8tslib__content_8php-source.html">class.tslib_content.php</a>.<hr><h2>Member Function Documentation</h2> <a class="anchor" name="6750b8d11967ebaed6fce46103921025"></a><!-- doxytag: member="tslib_tableOffset::start" ref="6750b8d11967ebaed6fce46103921025" args="($content, $offset)" --><p> <table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">tslib_tableOffset::start </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">$ </td> <td class="mdname" nowrap> <em>content</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td class="md"></td> <td class="md" nowrap>$ </td> <td class="mdname" nowrap> <em>offset</em></td> </tr> <tr> <td class="md"></td> <td class="md">) </td> <td class="md" colspan="2"></td> </tr> </table> </td> </tr> </table> <table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td> <p> Wrapping the input content string in a table which will space it out from top/left/right/bottom<p> <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>string</em> </td><td>The HTML content string </td></tr> <tr><td valign="top"></td><td valign="top"><em>string</em> </td><td>List of offset parameters; x,y,r,b,w,h </td></tr> </table> </dl> <dl compact><dt><b>Returns:</b></dt><dd>string The HTML content string being wrapped in a<table border="1" cellspacing="3" cellpadding="3"> </table> the content as the $offset parameters defined </dd></dl> <p> Definition at line <a class="el" href="class_8tslib__content_8php-source.html#l07348">7348</a> of file <a class="el" href="class_8tslib__content_8php-source.html">class.tslib_content.php</a>. <p> References <a class="el" href="class_8t3lib__div_8php-source.html#l01413">t3lib_div::intExplode()</a>. </td> </tr> </table> <hr>The documentation for this class was generated from the following file:<ul> <li>typo3_src-4.0.1/typo3/sysext/cms/tslib/<a class="el" href="class_8tslib__content_8php-source.html">class.tslib_content.php</a></ul> <?php include_once '../doc-typo3-funcs.php'; get_footer(); ?>