Skip to main content
Ctrl+K
⚠️ You are viewing the 2022 version of Plone Training. View the latest version. ⚠️

Plone Training 2022

Trainings

  • Mastering Plone 6 Development
    • About Mastering Plone
    • Watch the Training Video
    • Introduction
    • The Case Study
    • What is Plone?
    • Set up Plone
    • Set up Plone for the Training
    • The Features of Plone
    • What's New in Plone?
    • Configuring and Customizing Plone "Through The Web"
    • Customizing Volto Components
    • Semantic UI
    • Theming in Volto
    • Extending Plone
    • Extending Plone With Add-on Packages
    • Write Your Own Python Add-On to Customize Plone
    • Dexterity I: Content types
    • Dexterity II: Talks
    • Dexterity: Reference
    • Volto App Development
    • Volto View Component: A Default View for a "Talk"
    • Behaviors
    • Creating a dynamic frontpage with Volto blocks
    • Programming Plone
    • IDEs and Editors
    • Turning Talks into Events
    • Vocabularies, Registry-Settings and Control Panels
    • Custom Search
    • Upgrade-steps
    • Testing in Plone
    • Using Third-Party Behaviors
    • Dexterity Types III: Sponsors
    • The Sponsors Component
    • Using Volto add-ons
    • Extending Volto With Custom Add-on Package
    • Extending Volto With a FAQ Block Type
    • Workflow, Roles and Permissions
    • Relations
    • Reusable Features packaged in add-ons
    • Complex Behaviors
    • REST API Endpoints
    • Volto Actions and Component State
    • Permissions
    • Releasing Your Code
    • Using plone.restapi without Volto
    • Using the code for the training
    • Trainer: Preparation
  • Mastering Plone 5 Development
    • About Mastering Plone
    • Introduction
    • What is Plone?
    • Installation & Setup
    • Installing Plone for the Training
    • What Vagrant is and does
    • The Case Study
    • The Features of Plone
    • The Anatomy of Plone
    • What's New in Plone 5, 5.1 and Plone 5.2
    • Configuring and Customizing Plone "Through The Web"
    • Theming
    • Extending Plone
    • Extend Plone With Add-On Packages
    • Dexterity I: "Through The Web"
    • Buildout I
    • Write Your Own Add-Ons to Customize Plone
    • Return to Dexterity: Moving contenttypes into Code
    • Views I
    • Page Templates
    • Customizing Existing Templates
    • Views II: A Default View for "Talk"
    • Views III: A Talk List
    • Testing in Plone
    • Behaviors
    • Writing Viewlets
    • Programming Plone
    • IDEs and Editors
    • Dexterity Types II: Growing Up
    • Custom Search
    • Turning Talks into Events
    • User Generated Content
    • Resources
    • Using Third-Party Behaviors
    • Dexterity Types III: Python
    • Dexterity: Reference
    • Relations
    • Manage Settings with Registry, Control Panels and Vocabularies
    • Creating a Dynamic Front Page
    • Creating Reusable Packages
    • More Complex Behaviors
    • A Viewlet for the Votable Behavior
    • Making Our Package Reusable
    • Using starzel.votable_behavior in ploneconf.site
    • Releasing Your Code
    • Buildout II: Getting Ready for Deployment
    • Plone REST API
    • The Future of Plone
    • Optional
    • Using the code for the training
  • React
    • Introduction
    • Watch the Training Video
    • Bootstrapping A React Project
    • Create React Component
    • Styling Your Component
    • Convert To A Reusable Component
    • Use Snapshot Testing
    • How To Use State In Your Component
    • Use Event Handlers
    • Use Callbacks To Delete An Item
    • Use Forms To Add An Item
    • Use Initial Form Data To Edit An Item
    • Use Redux To Store Data
    • Write Tests For Your Reducers
    • Use Actions To Manipulate The Store
    • Using External Data
    • useEffect Hook
    • Using Different Routes
    • Using Links To Navigate
    • Navigate Using Redirects
  • Volto
    • Introduction
    • Code Walkthrough
    • Bootstrapping a Volto project
    • Styling
    • Static Resources
    • Override Components
    • Internationalization
    • Override Views
    • Custom Views
    • Custom Widget
    • Rich Text Editor Settings
    • Actions & Reducers
  • Volto Hands-On
    • Introduction
    • Quick Start
    • Project requirements
    • Theming
    • Header
    • Breadcrumbs
    • Footer
    • Edit config and site cleanup
    • Brief introduction to Volto blocks
    • Blocks - Highlight Block
    • Configurable Downloadlink Block
    • Events listing template
    • Sprint content type
  • Volto Add-ons Development
    • Introduction
    • Volto add-ons development
    • Basic working block
    • Improve the block view
    • Block editing with a form
    • Customizable columns
    • Make the block extensible
    • Add-ons - advanced topics
    • Plone integration with Volto blocks
    • About
    • Developer integration with text editors
    • Really short primer on Javascript enhancements
  • Effective Volto
    • About Effective Volto
    • Getting Started
      • Bootstrapping a full Plone 6 project
      • Bootstrapping an Add-on
      • Developer roadmap
    • Architecture
      • Volto Client - Server duality
      • Razzle
      • Webpack
      • Babel
      • Webpack loaders
      • Bootstrap Volto
      • Inside Volto
      • Volto Blocks
      • Configuration Registry
      • Redux
      • CORS
      • Multilingual
    • Backend
      • Plone REST API endpoints
      • Writing an endpoint
      • Writing a serializer or a deserializer
      • Writing a content expansion endpoint
      • Writing a block transform
      • Block field contribute to searchableText
      • Link integrity for blocks
      • Writing Express middleware
    • Add-ons
      • What is a Volto add-on
      • Bootstrap an add-on
      • How does a Volto add-on works?
      • Configure a released Volto Add-on in your project
      • Configure an unreleased add-on from an existing repository
      • Volto views
      • Create a block using BlockDataForm
      • Blocks Layout
      • Block Extensions
      • Block Styling
      • Add-on dependencies
      • Add-on and project configuration pipeline
      • Create a theme add-on
      • Extending Semantic UI
      • Create a custom Listing block variation
      • Integrate with Volto’s asyncConnect for SSR
      • Add-on Internationalization
      • Extend Webpack setup from an add-on with razzle.extend.js
    • Testing
      • Acceptance testing
      • Jest
      • Unit testing
      • Storybook
      • Testing add-ons
    • Deployment
      • Seamless mode
      • Simple deployment
      • Docker
      • release-it
    • Development tools
      • How to setup your development environment using environment variables
      • Environment variables
      • Icons
      • Husky and lint-staged
      • Shortcuts
      • Internationalization
      • Lazyloading components, injectLazyLibs for libraries
      • critical.css
      • Bundle analyzing
      • Component Registry
      • Linters
      • Debugging with Volto
      • VSCode extensions/helpers
      • vim and neovim integration
  • Testing Plone
    • Summary
    • Intro to tests
    • Some theory
    • How to test a Plone add-on
    • Testing setup
    • Unit tests
    • Testing a Dexterity content type
    • Testing a view
    • Acceptance testing
    • Robot tests
    • Continuous Integration
  • Plone 6 Classic UI Theming
    • Preparation for the theming training
    • TTW Customizations
    • Create a theme based on Barceloneta
    • Create a Theme from scratch
    • Create a theme based on Diazo
  • Plone 5 Theming
    • Basic TTW Customizations
    • TTW Theming I: Introduction
    • TTW Theming II: Custom Barceloneta Theme
    • TTW Theming III: Make It Reproducible
    • Theme Package I: Preparations
    • Theme Package II: Diazo Theme
    • Theme Package III: Customizations
    • Theme Package IV: Templates
    • Theme Package V: Initial Content
    • Theme Package VI: TinyMCE Templates
    • Theme Package VII: Resource Registries
    • Advanced Diazo
    • Jbot
    • Creating Custom Components
  • JavaScript For Plone Developers (up to Plone 5)
    • Setup
    • JavaScript Development Process
    • RequireJS And JavaScript Modules
    • Mockup
    • Writing Documentation For Mockup
    • Through-The-Web Development
    • Exercises
      • Exercise 1: Include a JavaScript resource TTW
      • Exercise 2: Include JavaScript In Browser View
      • Exercise 3: Gallery Integration With Theme
      • Exercise 4: Gallery integration as resources
      • Exercise 5: Simple Pattern
      • Exercise 6: Using A Pattern In A Z3C Form Widget
      • Exercise 7: Pattern Wrapping A 3rd Party Library
      • Exercise 8: Customizing Pattern
      • Exercise 9: Overriding a pattern TTW
      • Exercise 10: NG2 APP Component Rendered In A Browser View
      • Exercise 11: NG2 APP Component In a A bundle
      • Exercise 12: NG2 APP In Logged In Bundle
      • Exercise 13: Pattern with React
    • Scratchpad
  • Plone Deployment
    • Introduction
    • Training setup
    • Introduction to Plone stack
    • Plone Docker Images
    • Create a Project
    • Editing your project
    • Server Setup
    • Deploy
  • Automating Plone Deployment
    • Introduction
    • Intro To Plone Stack
    • Intro To Ansible
    • The Plone Playbook
    • Basic Use Of The Playbook
    • In Operation
    • Customized Use
    • Maintenance Strategies
    • Plone Deployments With Amazon OpsWorks
      • Introduction
      • Deployment Terminology
      • Creating Your First Stack
      • Deploying Changes
      • Maintenance
      • What Doesn't It Do
    • Introduction
    • Deployment Terminology
    • Creating Your First Stack
    • Deploying Changes
    • Maintenance
    • What Doesn't It Do
    • Let's Encrypt Certificates and certbot
  • Plone Deployments With Amazon OpsWorks
    • Introduction
    • Deployment Terminology
    • Creating Your First Stack
    • Deploying Changes
    • Maintenance
    • What Doesn't It Do
  • Deploying and Operating Plone on WSGI
    • Setup a box for the training
    • PEP 3333
    • Deploying Plone with WSGI using zc.buildout, plone.recipe.zope2instance and Waitress
    • Differences to the ZServer setup
    • Understanding the contents of wsgi.ini
    • What's left in zope.conf?
    • WSGI options
    • Bjoern
    • Gunicorn
    • uWSGI
    • Debugging Plone on WSGI
    • Useful Add-ons and Utilities
    • Can I talk to the supervisor?
    • Buildout for the training
  • "Through-The-Web" Plone Customization
    • Customizing logo and CSS of default theme
    • Configuring and Customizing Plone
    • Introduction to Diazo Theming
    • Creating a custom theme based on Barceloneta
    • Dexterity
    • Mosaic
    • Rapido
    • Workflow
  • Integrate Plone with Solr
    • Setup
    • Solr GUI And Query Syntax
    • First Steps
    • How Does collective.solr Work
    • Solr Buildout Configuration
    • More Features
    • Solr Testing
    • Production Setup
    • Alternative Indexing/Search Solutions
  • Plone Workflow
    • Introduction To Workflows
    • Basic Roles and Permissions
    • Local Roles
    • Dynamic Roles
    • Placeful Workflow
    • Multi-chain Workflows
    • Workflow Variables
    • Using GenericSetup to Manage Plone Workflows
  • Migration best practices
    • Migrating Plone
    • In-place migrations
    • Migrating with collective.exportimport
    • Migrate to Volto
    • Migrating from third party systems to Plone
  • Migrating Content with Transmogrifier
    • Export Current Site Content
    • Transmogrifier Basics
    • Before Running the Import
    • Writing the Import Pipeline
    • Writing Custom Blueprints
    • Running the Import
    • Advanced Pipeline Tips
    • Advanced Blueprint Tips
    • Users & Groups Migration
  • GatsbyJS
    • Summary
    • What Is GatsbyJS
    • How it works
    • Installing The Development Environment
    • Pages
    • Data
    • Source plugins
    • Transformer plugins
    • Dynamic pages
    • Building Source Plugins
    • Fetching Data Using Plone REST.API
    • Search Traversal Method Of Retrieving Data
    • gatsby-source-plone
    • gatsby-starter-plone
    • Copying The Plone Site
    • RichText Component
    • Navigation
  • Angular SDK for Plone
    • Summary
    • What Is Angular
    • What Is The Plone Angular SDK
    • Installing The Development Environment
    • Using And Customizing The Angular Plone Components
    • Integrating A Theme
    • Override A default Plone Component Template
    • Creating A Custom View For The Talk Content Type
    • Displaying News On The Home Page
    • Login
    • Adding Quick Links In the Footer
    • Deployment
    • Managing The Plone Configuration From The Angular Project
    • Advanced
  • Build your own webframework from scratch
    • About this course
    • The Web and Python
    • Hello WSGI
    • Middlewares
    • Routing
    • From Raw WSGI to a framework
    • Exploiting Python's data model
    • Metaclasses
    • Functional Python
    • Summary

Appendices

  • Glossary
  • Contributing to Plone Training
    • Building and Checking the Quality of Documentation
    • General Guide to Writing Documentation
    • Authors Guide
  • Teaching
    • 1. Training theory: education, how people learn and process information
    • 2. Before the training: Create material, invite trainees, preparation
    • 3. During training day(s): what to expect, do's and don'ts
    • 4. After the training: Aftercare, keep in touch, learn, improve
  • Repository
  • Suggest edit
  • Open issue
  • .md

Exercise 4: Gallery integration as resources

Contents

  • Add your JavaScript files
  • Register static resource directory
  • Register your JS as a resource
  • Bundle resource
  • Bundle
  • Installation
  • Running
  • Production

Exercise 4: Gallery integration as resources#

Warning

This exercise requires a working buildout using a fork of the collective.jstraining package.

In this exercise, we will include our custom JavaScript file into your Plone site as a bundled resource, instead of manually including it into your theme template (as in exercise 3).

You will be working in the exercise4 directory of the collective.jstraining package.

Add your JavaScript files#

In this example, we are going to create a rather contrive example to demonstrate the bundling process. Add a static folder, then inside it create a file named resource.js:

define([
  'jquery',
  'pat-base',
], function($, Base) {
  'use strict';

  $('body').ready(function() {
    alert("Woohoo, it worked!");
  });
});

Additionally, create a file named bundle.js

require([
  'exercise4'
], function() {
  'use strict';
});

Register static resource directory#

Next, let us register the static directory we just placed our script into. To register it, you need to add ZCML registration for the static directory your script is in. Add this to the exercise5/configure.zcml file:

<plone:static
    directory="static"
    type="plone"
    name="exercise4"
    />

Register your JS as a resource#

In order to include our files, we need to registry them as static resources. In the registry.xml file, under profiles/default add the following:

<records prefix="plone.resources/exercise4"
         interface='Products.CMFPlone.interfaces.IResourceRegistry'>
  <value key="js">++plone++exercise4/resource.js</value>
</records>

Bundle resource#

The bundle resource is just another resource registration like any other. Remember, the only difference here is in the content of the JavaScript file. One file uses require, the other uses define. Addditionally, we include our CSS/LESS dependencies here:

<records prefix="plone.resources/bundle-exercise4"
         interface='Products.CMFPlone.interfaces.IResourceRegistry'>
  <value key="js">++plone++exercise4/bundle.js</value>
</records>

Bundle#

Finally, let us create our bundle registration

<records prefix="plone.bundles/exercise4"
         interface='Products.CMFPlone.interfaces.IBundleRegistry'>
  <value key="resources">
    <!-- reference to bundle resource definition -->
    <element>bundle-exercise4</element>
  </value>
  <value key="merge_with">default</value>
  <value key="enabled">True</value>
  <value key="jscompilation">++plone++exercise4/exercise4-compiled.min.js</value>
  <value key="last_compilation">2016-10-04 00:00:00</value>

  <!-- so we don't include these modules multiple times -->
  <value key="stub_js_modules">
    <element>jquery</element>
    <element>pat-base</element>
  </value>
</records>

Installation#

  1. Start up your Plone instance

  2. Install the Exercise 4 add-on

Running#

At this point, we have no compiled version of the code that we are running with so our code does nothing.

  1. Go into Site Setup -> Resource Registries

  2. Check "Development Mode"

  3. Select to develop JavaScript and CSS for the exercise4 bundle

  4. Click save

This should load your JavaScript and LESS files now. Reload the page, and you should be greated by our "exciting" new alert box.

Production#

To build our bundle, we will utilize the plone-compile-resources script that ships with Plone.

Warning

If you are not running a ZEO setup, you will need to shut down your Plone instance since the ZODB in this mode does not allow multiple processes to access it at the same time.

An example command will look like this

./bin/plone-compile-resources --site-id=Plone --bundle=exercise4

Once this command finishes, your bundle is built and will be deployed with your package.

previous

Exercise 3: Gallery Integration With Theme

next

Exercise 5: Simple Pattern

Contents
  • Add your JavaScript files
  • Register static resource directory
  • Register your JS as a resource
  • Bundle resource
  • Bundle
  • Installation
  • Running
  • Production

By Plone Community

© Copyright The text and illustrations in this website are licensed by the Plone Foundation under a Creative Commons Attribution 4.0 International license.