Skip to content

Latest commit

 

History

History

inject-css

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

INJECT CSS

Use CSS stylesheet in Construct 3 and inject simple html elements. (ONLY C3 RUNTIME)

OLD VERSION

Download

Link

Short Description

Use CSS stylesheet in Construct 3 and inject simple html elements.

ACEs

CSS

  • Add Local CSS: {0} [action] Add a local CSS file.
  • Add External CSS: {0} [action] Add an External CSS file.
  • Remove Local CSS: {0} [action] Remove a Local CSS file.
  • Remove External CSS: {0} [action] Remove an External CSS file.
  • Remove All Imported CSS [action] Remove all imported CSS file.
  • Remove ALL CSS From Page [action] Remove all CSS file.
  • Disable Local CSS: {0} [action] Disable a Local CSS file.
  • Disable External CSS: {0} [action] Disable an External CSS file.
  • Enable Local CSS: {0} [action] Enable a Local CSS file.
  • Enable External CSS: {0} [action] Enable an External CSS file.
  • {0} is already present [condition] Test if a CSS is already present.
  • {0} is enabled [condition] Test if a CSS is enabled.

JS

  • Add Local JS: {0} [action] Add a local JS file.
  • Add External JS: {0} [action] Add an External JS file.
  • Remove Local JS: {0} [action] Remove a Local JS file.
  • Remove External JS: {0} [action] Remove an External JS file.
  • Remove All Imported JS [action] Remove all imported JS file.

CANVAS

  • Destroy Canvas [action] Destroy the Canvas from the page.

HTML

  • Add HTML Element: {0} [action] Add HTML Element.
  • Remove HTML Element By ID: {0} [action] Remove HTML Element By ID.

Properties

Properties

Conditions

Conditions

Actions

Actions

How to insert local CSS file

How to insert local CSS file

How to insert remote CSS

How to insert remote CSS