as a registered user you have some advantages like free downloads, comments and posting on our forums, depending upon this site's configuration and options.
Forums
Documentation
MAXdev Community
|
pnHTMLClass: pnHTMLSource Location: /pnHTML.php
Class Details [line 123] HTML creation and display functions This class is designed to make generating HTML output in MDPro very simple and also allow for much greater control of output by the site administrator. Example // Information array [ Top ] Class Methodsconstructor pnHTML [line 191]method BoldText [line 616]
add bold text to the object's buffer Tags:
Parameters:
[ Top ] method ConfirmAction [line 531]
composite function for generic confirmation of action Tags:
Parameters:
[ Top ] method EndPage [line 383]
Put the appropriate HTML tags in place to create a valid end to HTML output. Tags:
[ Top ] method FormCheckbox [line 1141]
Add HTML tags for a checkbox or radio button field as part of a form. Tags:
Parameters:
[ Top ] method FormEnd [line 930]
Add HTML tags to end a form. Tags:
[ Top ] method FormFile [line 1168]
Add HTML tags for a file upload field as part of a form. Tags:
Parameters:
[ Top ] method FormHidden [line 1029]
Add HTML tags for a hidden field as part of a form. Tags:
Parameters:
[ Top ] method FormSelectMultiple [line 1072]
Add HTML tags for a select field as part of a form. Tags:
Parameters:
[ Top ] method FormStart [line 903]
Add HTML tags to start a form. Tags:
Parameters:
[ Top ] method FormSubmit [line 951]
Add HTML tags for a submission button as part of a form. Tags:
Parameters:
[ Top ] method FormText [line 977]
Add HTML tags for a text field as part of a form. Tags:
Parameters:
[ Top ] method FormTextArea [line 1006]
Add HTML tags for a text area as part of a form Tags:
Parameters:
[ Top ] method GetInputMode [line 252]
Retrive the current input state Tags:
[ Top ] method GetOutput [line 315]
Return the HTML output from the buffer. Note that this function does not clear out the object's buffer. Tags:
[ Top ] method GetOutputMode [line 210]
Return the current state of the output stream Tags:
[ Top ] method Linebreak [line 633]
Add line break Tags:
Parameters:
[ Top ] method Pager [line 419]
Tags:
Parameters:
[ Top ] method PrintPage [line 327]
Print the HTML currently held in the object. Note that this function does not clear out the object's buffer. Tags:
[ Top ] method Redirect [line 490]
Redirect the user to another page This function is broken, do not use it! Tags:
Parameters:
[ Top ] method SetInputMode [line 267]
Set state of the input stream Tags:
Parameters:
[ Top ] method SetOutputMode [line 225]
Set state of the output stream Tags:
Parameters:
[ Top ] method StartPage [line 354]
Put the appropriate HTML tags in place to create a valid start to HTML output. Tags:
[ Top ] method TableAddRow [line 834]
Add HTML tags for a row of a table. Tags:
Parameters:
[ Top ] method TableColEnd [line 780]
Add HTML tags for the end of a table column. Tags:
[ Top ] method TableColStart [line 763]
Add HTML tags for the start of a table column. Tags:
Parameters:
[ Top ] method TableEnd [line 814]
Add HTML tags for the end of a table. Tags:
[ Top ] method TableRowEnd [line 797]
Add HTML tags for the end of a table row. Tags:
[ Top ] method TableRowStart [line 742]
Add HTML tags for the start of a table row. Tags:
Parameters:
[ Top ] method TableStart [line 696]
Add HTML tags for the start of a table. Tags:
Parameters:
[ Top ] method Text [line 569]
Add free-form text to the object's buffer Tags:
Parameters:
[ Top ] method Title [line 590]
Add free-form text to the object's buffer as a title Tags:
Parameters:
[ Top ] method UploadMode [line 294]
Set the form to allow file uploads to take place Tags:
[ Top ] method URL [line 656]
Add HTML tags for a hotlink. Tags:
Parameters:
[ Top ] |

