Info

Statistics

  • Download count2,675 total downloads
  • Latest download count 429 downloads of latest version
  • Average download count2 downloads per day average

Owners

  • Stable

    Version 0.0.3.1

    • Released 31 Mar, 2021
    • 429 downloads

    Added support to "Module Mode"

    I just uploaded an updated version of the plugin. It should now support "Module" mode. I tested the sample projects and found no particular problems. But I recommend a little caution and please let me know if something no longer works as it used to.

    For the moment the plugin works with "Use Worker: NO" and "Scripts Type: MODULE".

    Thank you all!

  • Stable

    Version 0.0.2.7

    • Released 6 Nov, 2018
    • 1,008 downloads

    Added global store

  • Stable

    Version 0.0.2.6

    • Released 27 Oct, 2018
    • 172 downloads

    First Stable Release

    New Expressions:

    • GenericGetValue
    • GenericGetAttribute
    • GenericGetValueWithQuerySelector
    • GenericGetAttributeWithQuerySelector
    • GenericGetCheckedStatus
    • GenericGetCheckedStatusQuerySelector
    • GenericGetValueRadio
  • Beta

    Version 0.0.2.5

    • Released 26 Oct, 2018
    • 203 downloads

    A big update: now you can handle inline events with the syntax:

    el-on:onclik="nameFunction('param1','param2','param3',...)"

    You can insert this in children's element or in the element itself. You can use all the standard GlobalEventHandlers.

    In this demo project you can see how to use some events (onclick, ondblclick, onmouseover, oncontextmenu, onchange and oninput) to call functions.

    HTMLelement - Inline Event Handlers.c3p

    You can also watch the Personal Portfolio Project to learn how to integrate it in a real world application.

    Personal Portfolio Webpage.c3p

  • Beta

    Version 0.0.2.4

    • Released 24 Oct, 2018
    • 165 downloads

    NEW ACTIONS

    • CSSAddClass
    • CSSRemoveClass
    • CSSToggleClass
    • CSSReplaceClass
  • Beta

    Version 0.0.2.3

    • Released 20 Oct, 2018
    • 178 downloads

    Add Mustaches for Attributes, Classes and Style

    New Actions

    HTMLAddAttribute, HTMLRemoveAttribute, HTMLChangeAttribute, CustomJSGetFileURL, CustomJSGetFileBLOB, CustomJSGetUrlBLOB, CustomJSGetBase64ImgFromURL, CustomJSGetBase64ImgFromFILE

    New Conditions

    JSOnGetFileURL, JSOnGetBLOB, JSOnGetUrlBLOB, JSOnGetBase64ImgFromURL, JSOnGetBase64ImgFromFILE

    New Expressions

    JSGetFileURL, JSGetFileBLOB, JSGetUrlBLOB, JSGetBase64ImgFromURL, JSGetBase64ImgFromFILE

    Demo: Survey Form

    Demo: Landing Page

    • [https://el3um4s.github.io/construct-html-element-plugin/www/free-code-camp/build-a-product-landing-page/]Online Demo: Buy a Trombone
    • C3 file
  • Beta

    Version 0.0.2.2

    • Released 18 Oct, 2018
    • 168 downloads

    Bugfix

  • Beta

    Version 0.0.2.0

    • Released 17 Oct, 2018
    • 165 downloads

    Added properties:

    • useC3position
    • useC3size
    • useC3rotation
    • useFontFamily
  • Beta

    Version 0.0.1.0

    • Released 16 Oct, 2018
    • 187 downloads

    First version: it's still a beta. In the coming days I will add some other functions.