API results for “render(”
PageArray Markup module
Adds renderPager() method to all PaginatedArray types, for easy pagination output. Plus a render() method to PageArray instances.
$notices->render(array $options = []) apivar.method
Render these notices as HTML
$files->render(string $filename, array $vars = [], array $options = []) apivar.method
Given a filename, render it as a ProcessWire template file
$forms->render($form, $vars = []) apivar.method
Render a form (embed method C)
$page->render($options = [], array $options2 = null) apivar.method
Render output of this Page or a Field
$page->render($options = [], array $options2 = null) class.method
Render output of this Page or a Field
Inputfield::render() class.method
Render the HTML input element(s) markup, ready for insertion in an HTML form.
Pageimage::render($markup = '', $options = []) class.method
Render markup for this image (optionally using a provided markup template string and/or image size options)
Pageimages::render($markup = '', $options = []) class.method
Render markup for all images here (optionally using a provided markup template string and/or image size options)
$forms->render($form, $vars = []) class.method
Render a form (embed method C)
InputfieldWrapper::render() class.method
Render this Inputfield and the output of its children.
$pager->render($items, array $options = []) class.method
Render pagination markup
JqueryWireTabs::render(array $items, array $options = []) module.method
All-in-one tabs rendering in ProcessWire admin
MarkupRSS::render($feedPages = null) module.method
Render the feed and echo it (with proper http header)
MarkupAdminDataTable::render() module.method
Render the table
InputfieldEmail::render() module.method
Render input
InputfieldSubmit::render() module.method
Render the button
InputfieldMarkup::render() module.method
Render
InputfieldFieldset::render() module.method
Render
InputfieldSelect::render() module.method
Render and return the output for this Select
InputfieldButton::render() module.method
InputfieldFile::render() module.method
Render Inputfield input
InputfieldHidden::render() module.method
Render
InputfieldForm::render() module.method
Render form
InputfieldPageName::render() module.method