Git Product home page Git Product logo

grails-foundation's People

Contributors

burtbeckwith avatar delight avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

grails-foundation's Issues

scaffold

i need to add scaffold support and before i get too deep i was wondering if anyone had done anything in this area?

main.gsp example?

Hello Konstantinos,

I really like the foundation framework by Zurb and am super excited about using it. I was just wondering if you had an example of a 'main.gsp'. To illustrate how to pull in all the resources. I have it partly working but can not seem to get the JS files to import in the body section of the gsp. I am sure it something I am missing something in the resource plugin documentation. Can you please advise?

Here is what I have in my main.gsp:

    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <r:require modules="foundation" />
        <title><g:layoutTitle default="Grails"/></title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <g:layoutHead/>
        <r:layoutResources />
    </head>
    <body>
        <g:layoutBody/>
        <r:layoutResources />
        <r:require modules="foundation" />
    </body>

Tabs don't work

i'm using the plugin and tabs dont work, inclusively their CSS.

Foundation 2.2.1 support

Hello,

does this plugin support the latest Foundation release?

I can't get tooltips to work..

Thanks!!

-Gabriel

Using grail-foundation with asset-pipeline support

Hello ,

I was wondering when there will be support for asset-pipeline, since that the default static file loader for grails 2.4.x above. Also would appreciate an update on the foundation css files to the latest version?

Thanks in advance

Reveal modal

I I add the button and the div, but not the loading of the modal, ie I click the button but does not open the modal, aguna more library adds some js or plead? I have installed the foundation, and jquery ui plugin's query.

JavaScript error when importing as resources

It seems that the bundling of the the Foundation Javascript is causing it not to load correctly.

I have the following in my layout:

<r:require modules="foundation-css,jquery,foundation-js,foundation-topbar-js"/>

<g:layoutHead />
<r:layoutResources />

When I load the page, I get this in the JS Console:

    Uncaught ReferenceError: Foundation is not defined

and the mobile menu does not work.

If I remove the Foundation JS and use a CDN like below:

<g:layoutHead />
<r:layoutResources />

<script src="https://cdnjs.cloudflare.com/ajax/libs/foundation/5.5.0/js/foundation/foundation.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/foundation/5.5.0/js/foundation/foundation.topbar.min.js"></script>

I don't get that error and the mobile menu is fine.

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.