Libraries tagged by page elements

8fold/php-html-component

3 Favers
41 Downloads

A featherweight class capable of delivering a single web component, element, or entire page.

Go to Download


ruiadr/parser

0 Favers
141 Downloads

Parser HTML pour récupérer les éléments contenus dans une page.

Go to Download


oro/jsplumb

0 Favers
218204 Downloads

jsPlumb provides a means for a developer to visually connect elements on their web pages.

Go to Download


nickjbedford/block-cache

2 Favers
153 Downloads

Provides code block level HTML, text and object caching to aggressively cache the generated elements of PHP web pages.

Go to Download


minimalic/silverstripe-fundamental

0 Favers
30 Downloads

Provides essential, foundational elements for building modular pages using Silverstripe CMS 5 and the Elemental module.

Go to Download


arminvieweg/pw_teaser

0 Favers
348 Downloads

Create powerful, dynamic page teasers with data from page properties and its content elements. Based on Extbase and Fluid Template Engine.

Go to Download


alissonlinneker/statuspage-php-sdk

0 Favers
4 Downloads

# Code of Conduct Please don't abuse the API, and please report all feature requests and issues to https://support.atlassian.com/contact # Rate Limiting Each API token is limited to 1 request / second as measured on a 60 second rolling window. To get this limit increased, please contact us at https://support.atlassian.com/contact Error codes 420 or 429 indicate that you have exceeded the rate limit and the request has been rejected. # Basics ## HTTPS It's required ## URL Prefix In order to maintain version integrity into the future, the API is versioned. All calls currently begin with the following prefix: https://api.statuspage.io/v1/ ## RESTful Interface Wherever possible, the API seeks to implement repeatable patterns with logical, representative URLs and descriptive HTTP verbs. Below are some examples and conventions you will see throughout the documentation. * Collections are buckets: https://api.statuspage.io/v1/pages/asdf123/incidents.json * Elements have unique IDs: https://api.statuspage.io/v1/pages/asdf123/incidents/jklm456.json * GET will retrieve information about a collection/element * POST will create an element in a collection * PATCH will update a single element * PUT will replace a single element in a collection (rarely used) * DELETE will destroy a single element ## Sending Data Information can be sent in the body as form urlencoded or JSON, but make sure the Content-Type header matches the body structure or the server gremlins will be angry. All examples are provided in JSON format, however they can easily be converted to form encoding if required. Some examples of how to convert things are below: // JSON { "incident": { "name": "test incident", "components": ["8kbf7d35c070", "vtnh60py4yd7"] } } // Form Encoded (using curl as an example): curl -X POST https://api.statuspage.io/v1/example \ -d "incident[name]=test incident" \ -d "incident[components][]=8kbf7d35c070" \ -d "incident[components][]=vtnh60py4yd7" # Authentication

Go to Download


alejandro-sanchez1992/gutenberg-section-block

0 Favers
12 Downloads

One of the main elements used for layout in pages, a section / container block is on the roadmap, but I needed one. Now. So Here it is!

Go to Download


wdb/wdb-content-conditions

0 Favers
5 Downloads

This extension adds two different TypoScript conditions to check if content elements with special values on a page exist.

Go to Download


numero2/contao-random-ce

0 Favers
103 Downloads

Provides a wrapper (like accordion) for content elements to show a different, random element on each reload of the page.

Go to Download


zephni/trigger-on-view-js

0 Favers
7 Downloads

Set a trigger and a reaction for any element. Allowing them to animate in to/out of view or as the page scrolls with CSS animations or customised functions. Requires JQuery.

Go to Download


yjmorales/img_video_lazy_loader

0 Favers
16 Downloads

This project lazy loads the videos and images present in html to speed up the loading of web pages. It also parses an html containing search for images or YouTube videos. If you find them, modify those tags and replace them with quick-to-load elements.

Go to Download


safalweb/pagescrollup

1 Favers
16 Downloads

Page Scroll Up module add 'scroll to top' element on storefront and provide to wide range of options in backend for this feature.

Go to Download


mehrwert/ext-mw_keywordlist

0 Favers
29 Downloads

This extension extends the Menu/Sitemapcontent elements and inserts an A-Z index with Links to the related pages.

Go to Download


gustocoder/tyfoon-seo

1 Favers
16 Downloads

Laravel seo package. It will help you optimize your web pages for seo. It will walk you through the creation of all necessary seo tags, often explaining to you the purpose of each tag, its format or syntax, etc as it does so. The seo elements will then be generated for you during the rendering of every view file for which there is an seo record created. Grab and paste a snippet of code in your layout/view files amd your SEO work on that view file is done.

Go to Download


<< Previous Next >>