Giter Site home page Giter Site logo

Comments (6)

judofyr avatar judofyr commented on May 8, 2024

The easiest way is to provide a custom setter:

tag nav
    def topbar= enabled
        setAttribute('data-topbar', enabled)
        self

<nav topbar=true>

Remember that the tag-syntax er merely a syntax sugar for calling setters. As long as you remember to return self in the setters, they can be as complex as you'd like.

from imba.

judofyr avatar judofyr commented on May 8, 2024

But yeah, the "proper" way would be to use:

tag nav
    prop data-topbar dom: true

But at the moment Imba will set the attribute "dataTopbar", not "data-topbar".

from imba.

mxvanzant avatar mxvanzant commented on May 8, 2024

Cool thanks!

On 09/16/2015 09:27 AM, Magnus Holm wrote:

The easiest way is to provide a custom setter:

|tag nav def topbar= enabled setAttribute('data-topbar', enabled) self

|

Remember that the tag-syntax er merely a syntax sugar for calling
setters. As long as you remember to |return self| in the setters, they
can be as complex as you'd like.


Reply to this email directly or view it on GitHub
#25 (comment).

from imba.

somebee avatar somebee commented on May 8, 2024

Thanks for submitting the issue @mxvanzant.
I have now pushed support for data-attributes. As @judofyr mentioed, the tag-syntax is simply compiling to a chain of setters. So you cannot do <div custom=1> if you haven't defined a setCustom on the div tag. Data-attributes are special though (they are always allowed). Not sure if it is the best solution, but I've now implemented them so that data-mykey=1 compiles to .dataset('mykey',1). Please let me know if it works for you. I will push a new version to npm later today.

from imba.

mxvanzant avatar mxvanzant commented on May 8, 2024

Thanks. I will try it out and let you know.

On 09/19/2015 06:50 AM, Sindre Aarsaether wrote:

Thanks for submitting the issue @mxvanzant https://github.com/mxvanzant.
I have now (pushed)[02a3824
https://github.com/somebee/imba/commit/02a38247cae0d1ecace828dda0b2c598c16de316]
support for data-attributes. As @judofyr https://github.com/judofyr
mentioed, the tag-syntax is simply compiling to a chain of setters. So
you cannot do |

| if you haven't defined a |setCustom| on
the div tag. Data-attributes are special though (they are always
allowed). Not sure if it is the best solution, but I've now
implemented them so that |data-mykey=1| compiles to
|.dataset('mykey',1)|. Please let me know if it works for you. I will
push a new version to npm later today.


Reply to this email directly or view it on GitHub
#25 (comment).

from imba.

mxvanzant avatar mxvanzant commented on May 8, 2024

Works. Thanks!

from imba.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.