Git Product home page Git Product logo

Comments (10)

ehelms avatar ehelms commented on July 28, 2024

Dialog Options -

http://www.ericmmartin.com/projects/simplemodal/

http://www.jacklmoore.com/colorbox/example2/

http://dev.iceburg.net/jquery/jqModal/

http://trentrichardson.com/Impromptu/

from ui_alchemy-rails.

andyfitz avatar andyfitz commented on July 28, 2024

We need a polyfill for both <input type="datetime" and <input type="date"

http://html5please.com/#date gives us two options

I'd like to suggest http://afarkas.github.com/webshim/demos/demos/webforms.html with our own custom css for the datepicker widget

https://github.com/zoltan-dulac/html5Forms.js/tree/master/shared/js looks fine but I haven't had the chance to test it.

Our javascript fallback for when we use input type="date" would use the noscript tag

<input type="date" />
<noscript> <small>Please enter DDMMYYYY (with no spaces)</small></noscript>

We will still have to do server validation of the input content

from ui_alchemy-rails.

ehelms avatar ehelms commented on July 28, 2024

Progress Bar Candidate - http://t.wits.sg/misc/jQueryProgressBar/demo.php

from ui_alchemy-rails.

ehelms avatar ehelms commented on July 28, 2024

DatePicker Candidate -

http://www.eyecon.ro/datepicker/#about

http://www.eyecon.ro/bootstrap-datepicker/

from ui_alchemy-rails.

xsuchy avatar xsuchy commented on July 28, 2024

jquery should be removed completly from converge-ui and let ship it as standalone package:
https://bugzilla.redhat.com/show_bug.cgi?id=805587

from ui_alchemy-rails.

ehelms avatar ehelms commented on July 28, 2024

This is a separate issue you raise - but relying on the fact that an RPM of jQuery exists seems like it would cause more problems than it would solve.

from ui_alchemy-rails.

knowncitizen avatar knowncitizen commented on July 28, 2024

I fully concur with Eric here. Putting a seemingly random version of jQuery that is updatable froma n RPM could cause major issues if the API changes.

from ui_alchemy-rails.

xsuchy avatar xsuchy commented on July 28, 2024

You can enforce specific version using Requires:
Requires: jquery > 1.7.0
Requires: jquery < 1.8.0

from ui_alchemy-rails.

ehelms avatar ehelms commented on July 28, 2024

That would only work on RPM based systems would it not? If we remove jQuery from here, then when you clone either Katello or Conductor, you would have to ensure that the jQuery RPM was installed, and make sure we have symlinks pointing to wherever that it gets installed so that our asset pipeline could find it for serving it up in development or production?

from ui_alchemy-rails.

ehelms avatar ehelms commented on July 28, 2024

Created multiple smaller issues to discuss and deal with the parts mentioned here that need addressing before removal of jQuery UI:

Progress Bar - https://github.com/ui-alchemy/alchemy/issues/117
Datepicker - https://github.com/ui-alchemy/alchemy/issues/111
Resizeable - https://github.com/ui-alchemy/alchemy/issues/118
Dialog - https://github.com/ui-alchemy/alchemy/issues/119

from ui_alchemy-rails.

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.