All results for “render(”

API

PageArray Markup module
Adds renderPager() method to all PaginatedArray types, for easy pagination output. Plus a render() method to PageArray instances.

$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 directly (embed method C)

render($arg1 = null, $arg2 = null) apivar.method
Returns rendered page markup. Please see the `PageRender::renderPage()` method for arguments and usage details.

render($arg1 = null, $arg2 = null) class.method
Returns rendered page markup. Please see the `PageRender::renderPage()` method for arguments and usage details.

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)

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
Render the button

InputfieldFile::render() module.method
Render Inputfield input

InputfieldHidden::render() module.method
Render

InputfieldForm::render() module.method
Render form

InputfieldPageName::render() module.method
Render Inputfield

InputfieldInteger::render() module.method
Render Inputfield

InputfieldToggle::render() module.method
Render input element(s)

23 results


Modules

PageRenderIPRestriction 0.9.0
This module adds basic capability to restrict page rendering to selected number of IP addresses.

MinifyPageRender 1.0.1
This module hooks into Page::render and compresses the frontend HTML.

PageRenderFindReplace 0.0.3
Apply find/replace patterns to rendered page content.

WireframeRendererLatte 0.0.2
Latte renderer for the Wireframe output framework.

WireframeRendererTwig 0.2.0
Twig renderer for the Wireframe output framework.

ProcessRenderFile 0.1.1
A Process module that renders markup from files.


Blog

ProcessWire 3.0.7 Expands Field Rendering, Page Path History and More Blog
This week we have another new ProcessWire 3.x version for you that includes several updates and optimizations. We've also greatly expanded upon the field rendering with template files, with lots of info covered in this post.

More Repeaters, Repeater Matrix and New Field Rendering Blog
In ProcessWire 3.0.5, you can nest repeater fields and use dynamic/AJAX loading for all items. Plus we've got the first test version of Repeater Matrix released, and new support for field templates…

New Repeater and Repeater Matrix features Blog
This week we have some very useful new additions to both the core Repeater Fieldtype and the ProFields Repeater Matrix Fieldtype. This post covers all the details along with a couple of brief demonstration videos. 

ProcessWire 3.0.44 – Repeater and Repeater Matrix upgrades Blog
Lots of fun new upgrades to our Repeater and Repeater Matrix fields this week. In this post we cover all the details along with a couple of screenshots. You can start using these now in ProcessWire 3.0.44.

ProcessWire 3.0.4: Repeaters Revisited + Preview of ProFields Matrix Blog
This week is all about repeaters, something that we didn't cover on the roadmap last week–we always like to save a few surprises to keep things interesting. We've also got a preview of the new Repeater Matrix field coming soon to the ProFields package.

ProcessWire updates and new field types Blog
This week we've got a new multi-language email field, a tutorial on how to use file/image files as multi-language fields, plus we introduce a new and unique ProFields module that's in the works.

Field permissions, overrides and more (2.6.2) Blog
ProcessWire 2.6.1 was made the new master and 2.6.2 was pushed to the dev branch with all new field level access control and overrides support!

ProcessWire 2.6.17 expands admin navigation with bookmarks Blog
You can now create bookmark navigation to edit, list, add or find any page(s) in the admin! Lots of details with screenshots and more.

ProcessWire 3.0.10 expands image resize options Blog
This week we've got some really nice upgrades to our image resizing engine, a new core module type, and more.

ProcessWire 3.0.18 brings yet more images field upgrades! Blog
ProcessWire 3.0.18 continues from last week, making major upgrades to our images field. This week we got into some of the finer details, and we've got plenty for you to look at here, as well as a screencast to demonstrate it all. 

ProcessWire 2.6.8 brings new version of Reno admin theme and more Blog
This week we're excited to bring you a new version of the Reno admin theme that offers a lot of nice refinements and new features. We also have some new color sets for the Reno theme, and several new core API functions that we think you may find useful.

ProcessWire 2.6.9 core updates, new ProCache version, and more Blog
ProcessWire 2.6.9 brings a useful new API method, more control over slashes in URLs, and more. This week we also released a new version of ProCache and this post goes into detail about all that it does.

ProcessWire 3.0.76, a new front-end account module and much more Blog
This week we've got a new core version, a new version of the Uikit 3 admin theme, a new version of ProCache with SCSS and LESS support, plus a brand new module that provides user login, new user registration and a user profile editor, all for the front-end of your site.

ProcessWire 3.0.74 adds new “FieldsetPage” field type Blog
A new module, FieldtypeFieldsetPage has been added to the core. This post covers all the details and more!

About the new ProcessWire ProFields Combo Field Blog
This week we'll take a brief look at a powerful new ProFields module for ProcessWire that's just around the corner—the Combo field.

ProcessWire 3.0.68 – More on page export/import Blog
This week we've got more to tell you about our upcoming page export/import feature, along with several screenshots of the progress.

ProcessWire 3.0.70 – Page export/import details & more Blog
In this week's post we'll take a closer look at the importing side of our upcoming export/import tool. Plus we'll look at something new in 3.0.70 called markup region hints, which are worthwhile if you are using markup regions in PW3.

Merry Christmas! Here's ProcessWire 3.0.3 and 2.7.3, and some more! Blog
Today we've got some nice upgrades to the comments manager, two new ProcessWire versions (3.0.3 and 2.7.3), plus a great tutorial from LostKobrakai.

New ajax-driven inputs, conditional hooks, template family settings and more Blog
Major updates to the core dev branch this week, including system-wide support for AJAX-driven Inputfields, support for conditional hooks, some very useful updates to the Template editor, improvements to our autocomplete field, a new version of CKEditor, upgrades to AdminThemeReno and more!

New Site Profiles, Site Exporter and more… Blog
The ProcessWire installer now lets you choose a site profile. New site profile exporter is far better than the previous. Support for append/prepend files on a per-template basis

New user-admin permissions, automatic version change detection, and more (2.6.10) Blog
ProcessWire 2.6.10 brings new granular support of user-admin permissions, auto-detection with cache-clearing following core version changes, improved permissions view, and support for re-labeling the page "name" field.

Field and template performance/scalability improvements Blog
This week we have some great performance and scalability improvements in the core that enable lazy-loading of fields, templates and fieldgroups.

ProcessWire 3.0.24 and 2.8.24 enhance page traversal Blog
This week updates were focused on covering GitHub issue reports and feature requests, plus some great new performance improvements to our page traversal methods.

ProcessWire 3.0.25 and 2.8.25 bring enhanced page finding selectors Blog
This week we've got a pretty major upgrade to our page finding selectors that we think you will find useful in a lot of cases! Now you can accomplish much more with less, and this really brings our selectors to the next level.

A look at the new Page Edit Restore module Blog
The new Page Edit Restore module helps to prevent page edits in the admin from getting lost when the user’s session is lost. This post covers it in detail.

236 results


General

Repeater Matrix Shop
ProcessWire ProFields now includes the new Repeater Matrix, perhaps the most powerful ProField yet! Repeater Matrix fields enable flexible content types and open the door to all kinds of great content management possibilities.

Repeaters Blog

Repeaters Docs
The repeater fieldtype enables you to create a group of fields and make it repeatable in any quantity on your page. This opens many new possibilities with how you might manage and structure data.

URLs and page names Blog

Page Auto Save and Live Preview Shop
This module enables automatic save and live preview features in the ProcessWire page editor.

Field dependencies Docs
Input and field dependencies enable you to specify the conditions under which a particular field in the page editor is shown or required.

Using custom page types in ProcessWire Docs
A look at some lesser known advanced techniques that enable you to introduce new conveniences by creating custom page types. An advanced tutorial by Benjamin Milde.

$page Docs
The $page variable is provided to every template, and it contains all the fields specific to the page being viewed. This includes both built-in fields, which are common to all pages, as well as the custom fields.

More topics Docs
Additional topics on developing with ProcessWire that didn’t fit into one of the categories above.

More tutorials Docs
This link takes you to an external website (pwtuts.com) that hosts several useful ProcessWire tutorials.

How to install and setup ProcessWire CMS Docs
This is a beginner’s guide and introduction to ProcessWire located at Envato Tuts+. By Ben Byford.

New features Blog

Travel and Vacation Showcase

Science and Technology Showcase

Maps and Geography Showcase

Home and Garden Showcase

Health and Fitness Showcase

URL segments and routing Docs
URL segments enable your page’s template file to become a URL router or controller to act upon different URLs sent to it.

Input and sanitization Blog

Export and import Blog

Images and files Blog

Guides and tutorials Blog

Food and Drink Showcase

ProcessWire Request Blocker Shop
Helps to prevent scanners and bots from consuming too much of the server’s resources by automatically blocking their IPs when specific patterns are detected.

ProcessWire Sitemap XML Shop
Turn-key ProcessWire module for easily configuring and rendering sitemap.xml output.

18 results


Showcase

Ergomare SA - Port and Marine Constructions Showcase
?RGOMARE SA is proud to have put its own great contribution to the country’s port infrastructure during the last 35 years, having accomplished more than 100 large and small port projects.

Steven Kovar: New Media Showcase
This is my personal site showcasing my sound work and art installations.

Conversations between Academics and Artists Showcase
Interdisciplinary conversations between artists and academics.

Station Register of the Austrian Broadcasting and Telecommunications Regulatory Authority Showcase
Please see https://processwire.com/talk/topic/27856-station-register-of-the-austrian-broadcasting-and-telecommunications-regulatory-authority/

Glenroy and Associates Limited Showcase
Glenroy and Associates provide consultancy services, personal and business development strategies, mechanical and process engineering and more to public and private organizations at the national, regional and global entities.

Trivium Art History Showcase
Trivium Art History is platform for telling the violent, sexy stories of the inspiration, motivation, and politics behind human creativity.

First Processwire Work Blog Showcase
Made the switch! Processwire for my personal blog.

Independent Electrical Contractors of New England Showcase
IEC-NE is the region’s premier trade association representing Connecticut, Massachusetts and Rhode Island independent electrical and systems contractors. The responsive IEC website features a custom-built membership and event registration system and a back-end CRM system built entirely on ProcessWire pages and ListerPro, making for a totally seamless integration between the organization's website and customer database.

Gekko Field Marketing Showcase
Gekko are an effective full service UK field marketing agency. They approached 999 Design to overhaul their brand communications and refresh their visual identity. Built to be fully responsive, the new ProcessWire site allows Gekko to demonstrate their leadership in the sector and highlight their achievements, expertise and opinion.

New Focus Recordings Showcase
New Focus Recordings is an artist led collective label featuring releases in contemporary music of many stripes, as well as new approaches to older repertoire. The label was founded by guitarist Dan Lippel and composer Peter Gilbert in 2003, with engineer/composer Ryan Streber playing a large role in the development of the label since 2004.

Roger Shapiro Fund for New Music Showcase
Established by composer/pianist Dina Koston, who named the fund after her husband, psychiatrist Roger Shapiro, the Roger Shapiro Fund is a new fund for commissioning, performance and recording of New Music.

Systemic Disorder. Doctors and Patients in Nazi Germany Showcase
The Nazi takeover of Germany in 1933 led to profound changes in all areas of society—including the healthcare system. By presenting individual case studies, the exhibition “Systemic Disorder: Doctors and Patients in Nazi Germany” demonstrates how life’s possibilities were radically transformed, especially for Jewish doctors and patients. On the website you will find all the content of the exhibition banners, interviews with eyewitnesses and their descendants, and an exploration of visual antisemitism.

Blue Tomato Corporate Page Showcase
Corporate Page of Blue Tomato. Find information about the company and open positions.

g2 Field Marketing Showcase
Focusing on bringing your brand together with shoppers. This connective thinking creates solutions that transform audience engagement and deliver outstanding results for leisure and lifestyle brands.

Association and Foundation for Indigenous Communities in Paraguay Showcase
Association and Foundation for Indigenous Communities in Paraguay. Our foundation and associations are committed to indigenous rights and environmental protection in the Paraguayan Chaco.

Orpot Web Design and Development Showcase
We are a group of professionals who together have more than 20 years of experience in the design and development of websites, we have worked in various agencies and gained experience to offer our services. We use diverse technologies to achieve attractive and functional sites. We currently offer our services to clients from all over Mexico, USA and Canada.

Carneros Resort and Spa Showcase
Luxury resort in Napa Valley.

René Paritschkow Art director portfolio page Showcase
Slick responsive portfolio website of the art director René Paritschkow from Dresden. Used technologies: AllInOneMinify, ProCache, Isotope, Handlebars, Plyr Video Player, Swiper, tinypng API, ITCSS, modernizr

g2 Field Marketing Showcase
g2 is a field marketing agency, creating profitable engagement with shoppers for leisure and lifestyle brands in retail across the UK and Ireland.

New Journey Community Church Showcase
An extremely fast, modern church website leveraging ProcessWire's ability to customize client administration. The blog and sermon sections couldn't be easier for this church to post to!

Maloco and Associates Showcase
This is a prominant estate agent and solicitor in Fife. This site make extensive use of Lister Pro to allow them to manage the large number of properties listed in their site. The is a responsive revamp of a site that they had before built in a bespoke CMS and the client has reported Processwire to be much more intuitive.

Systemic Disorder. Doctors and Patients in Nazi Germany Showcase
The Nazi takeover of Germany in 1933 led to profound changes in all areas of society—including the healthcare system. By presenting individual case studies, the exhibition “Systemic Disorder: Doctors and Patients in Nazi Germany” demonstrates how life’s possibilities were radically transformed, especially for Jewish doctors and patients. It highlights the trajectory of individual careers, and how new tasks—and new areas of conflict—arose in the healthcare sector. How was the “forced” conformity of the medical profession’s organizations also by acquiescence? What happened to the Reich’s Jewish and “politically undesirable” physicians? What kind of medical care did civilian and military prisoners receive at concentration camps? And how did doctors and healthcare policymakers try to maintain health services for the German populace until the end of the war?


Forums

Search forums for “render(”