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.
$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)
$table->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
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.
A look at the new ProfilerPro module Blog
This week we introduce the new ProDevTools set of modules aimed at developers, starting with a sneak preview of the ProfilerPro module.
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…
ProcessWire 3.0.255 new main/master version Blog
This post covers updates made to the core between ProcessWire 3.0.247 and 3.0.255. Included are more than 70 issue fixes and 175 commits. We'll zoom in on the numerous new features and improvements to the core for one of our best new versions yet!
ProcessWire 3.0.130 core updates Blog
This week we’ll take a detailed look at a few useful new API additions made in the last few weeks, along with examples of each.
Building custom admin pages with Process modules Blog
A tutorial on building custom admin pages in ProcessWire with Process modules, by Bernhard Baumrock.
ProcessWire 2.6.18 updates, pagination and SEO Blog
ProcessWire 2.6.18 is full of fixes in preparation for PW 2.7 stable, plus a couple of new things you might like. But the meat of this post is about pagination in ProcessWire, SEO best practices for pagination, and more.
Debugging tools built into ProcessWire Blog
ProcessWire's core comes with a lot of helpful debugging tools and capabilities built-in. In this post we'll cover some of these useful tools and how to use them.
All about custom page classes in ProcessWire Blog
Everything you need to know about custom page classes, from beginner to advanced. You'll find time saving tips and tricks, pitfalls, best practices, and plenty of examples.
ProcessWire URL/path hooks Blog
Details on how to use URL/path hooks, which provide the ability to hook into and handle ProcessWire URLs, independent of pages.
ProcessWire 3.0.200 new master/main version Blog
This new main/master version has more than 220 commits, resolves more than 80 issues, adds numerous new features, performance improvements and optimizations, and consumes HALF the disk space of our previous release. This post covers all the details.
ProcessWire core updates (2.5.16) Blog
Blank versus 0, Configurable URL segments from template settings, and more…
Optimizing 404s in ProcessWire Blog
This week we give extensive coverage on how to optimize 404 requests in ProcessWire. In this post you'll learn about why 404s are significant issue, and then we'll look at what you can do to optimize and ensure your site doesn't waste valuable time and resources serving irrelevant crawlers and bots. This post also briefly covers this week's core version 3.0.52.
ProcessWire 2.6.19 plus guide to optional core modules Blog
ProcessWire 2.6.19 contains numerous updates working towards PW 2.7. This post also contains a comprehensive overview of optional (uninstalled) core modules, some of which you may want to install!
Upgrades and optimizations – ProcessWire 3.0.22 and 2.8.22 Blog
This week we have some nice optimizations and enhancements for the core, as well as some great upgrades in the forums! Our Inputfield forms (including page editor) got a whole lot faster, and our Password field got a ton of nice enhancements.
ProcessWire 3.0.148 new master Blog
Today we have a new master version released, version 3.0.148! The last master version was 3.0.123, so there are 25 new versions worth of upgrades, fixes and optimizations in this new master version, relative to the previous. In this post we’ll take a closer look at what’s new, how to upgrade, and more.
Driving around a DDOS attack Blog
Last Saturday we started getting hit with heavy traffic at the processwire.com support forums, and it soon became a full blown DDOS frenzy. This post describes all the fun, how we got it back under control, and what we learned along the way.
Output formatting in ProcessWire Blog
Pages have fields, fields have values, and those values can be either formatted or unformatted in ProcessWire. This post tells you everything you need to know about output formatting and how to use it to your benefit.
Page Edit Lock Fields module Blog
The new Page Edit Lock Fields module expands upon ProcessWire’s page-lock feature by making it more granular, providing the ability to lock individual fields on a page-by-page basis.
ProcessWire 3.0.19 lets you work with thousands of pages at once Blog
This week we have something different and wonderful, thanks to our friends at Avoine!
ProcessWire 3.0.177 core updates Blog
This week we focus in on a new and unique Inputfield module added to the core that enables a lot of useful new input capabilities for tags, sortable multiple selection and custom user input.
ProcessWire 3.0.172 – Find faster and more efficiently Blog
This week ProcessWire gained powerful new tools for finding pages and controlling how they are loaded. If you like to maximize performance and efficiency, you’ll like what 3.0.172 brings.
ProcessWire 3.0.137 core updates Blog
Core version 3.0.137 on the dev branch adds the ability to hook multiple methods at once, in a single call. This post details how it works and provides a useful example of how you might put it to use in your development environment. This version also refactors and improves upon several core classes.
ProcessWire 3.0.39 core updates Blog
This week has been busy! We've got updates to our demo site, a new functions API, and other core additions that you may find useful in template files.
Composer, Google, Calendars and ProcessWire Blog
This week we've been focused on one of the major 3.x roadmap items, which is to have strong Composer support in ProcessWire. Plus we've got a new module that demonstrates installation by Composer and Google's Client API with Google Calendar.
General
Login Register Pro documentation Shop
This documentation covers how to install and use LoginRegisterPro in your website or application.
FormBuilder Hooks Shop
Hooks are an optional way for developers to modify the behavior of FormBuilder. This section include a guide on how to use hooks in FormBuilder, including many examples and a reference/list of available hooks and what they do.
ProcessWire ProfilerPro Shop
ProfilerPro is a tool and service for ProcessWire that helps you take performance to the next level by profiling and reporting on all the important events in ProcessWire. Part of the ProDevTools set of commercial modules.
Using hooks in ProcessWire Docs
ProcessWire contains many methods that you may easily hook in order to modify the behavior of the method. Hooks can also be used to add new methods to existing classes.
MarkupPagerNav (markup for pagination) Docs
This module renders navigation for pagination. Such navigation usually appears as a list of "1, 2, 3, next…" links at the bottom of search results.
How to structure your template files Docs
How to use some of the more common strategies used by developers in structuring template files. Includes pros and cons as well as extensive examples. By Ryan Cramer.
Delayed output Docs
Delayed output focuses on rendering the content/markup for all the various regions of our final document ahead of time, but delaying that output until everything is ready.
ProcessWire Sitemap XML Shop
Turn-key ProcessWire module for easily configuring and rendering sitemap.xml output.
Page Auto Save and Live Preview Shop
This module enables automatic save and live preview features in the ProcessWire page editor.
Developing modules in ProcessWire Docs
It is easy to develop a module in ProcessWire, though some PHP experience is helpful. This section introduces module development and guides you through a simple example to get you started.
Form Auto Saver + Reminder Shop
Automatically saves front-end forms before they are submitted. Ensures users don't lose their entered form data, even if they take a break or switch devices. This module will also send 1-2 reminder emails to the user to finish their form.
ProFields: Combo field Shop
A single Combo field can have as many other fields in it as you want, but it’s still just one field in ProcessWire, and it consumes no more resources than one field in ProcessWire, making it especially efficient.
Using template files in ProcessWire Docs
Every time a page is loaded on your site, ProcessWire loads its template file, gives it content, and then runs it as a PHP script. This section covers the use of template files and serves as an introduction to using ProcessWire’s API.
ProcessWire Form Builder Shop
Whether you need a large registration form or just a simple contact form, ProcessWire Form Builder helps you get the job done quickly and easily. It’s the ultimate tool for building and processing forms in ProcessWire.
Front-end file uploads with InputfieldFrontendFile module Shop
The InputfieldFrontendFile module provides file and image fields that can be used on the front-end of a website with LoginRegisterPro. It works with ProcessWire’s existing file and image fields as a drop-in replacement that applies itself automatically. It is specifically designed for the safety considerations of a front-end, non-admin environment.
The $input API variable Docs
The $input variable is your connection to GET, POST and COOKIE variables, URL segments, page (pagination) numbers, and more.
Repeatable Fields / Matrix Fields 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.
Templates Docs
Login Register Pro Shop
Login Register Pro for ProcessWire 3.x provides an all-in-one, self contained module for providing new user registration, secure logins, profile editing, and more. It does this all in a manner that is reliable, efficient, comprehensive and secure.
Markup regions Docs
Markup regions give you the best of both worlds—the simplicity of direct output with the power of delayed output, just using HTML.
ProcessWire Pro Cache Shop
ProcessWire ProCache bypasses PHP and MySQL and enables your web server to deliver pages at the speed of static HTML. ProCache also includes CDN support, minification of HTML, CSS, JS, and many more optimizations.
ProFields: 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.
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.
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.
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/
Trivium Art History Showcase
Trivium Art History is platform for telling the violent, sexy stories of the inspiration, motivation, and politics behind human creativity.
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?
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.
The Saint Hotel - New Orleans Showcase
A scintillating stay on Canal Street, The Saint Hotel, Autograph Collection®, is located in the heart of the French Quarter, providing travelers with a genuine taste of New Orleans.