Giter VIP home page Giter VIP logo

loadpicker's People

Contributors

guido4000 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

rcy gist- wulx

loadpicker's Issues

Update version number...

Even though the package is adjusted for Meteor 0.6.5, this update doesn't show up in Atmosphere/Meteorite. Most likely, you just need to update the version number?

real key in your README

Hi,

In the second example: "Sample integration with widget or drop pane and callback", it looks like you have a real filepicker key. The first sample integration uses "xxxxxxxxxxxxxxxxx". Just thought you may want to change it if it's one you own.

Documentation... Template.smth.rendered ---> created

It shows in the example to call the func when it is renderd, but when i click the button nothing appears.


  Template.home.rendered = function ( ) { 
    if (!Session.get("widgetSet")) {  
      loadPicker(key);
    }
  };

so ...


  Template.home.created = function ( ) { 
    if (!Session.get("widgetSet")) {  
      loadPicker(key);
    }
  };

did the job :)

Doesn't work with 0.6.5

Hi, I think you need to do api.export loadPicker in order to use it in the new Meteor 0.6.5 package system.

Filepicker modal only displayed after initial page load

Hi!

So I just found a bug.
When I call filepicker.pick() for the first time in a template everything works fine. Also closing the modal and clicking the button again works fine (modal is displayed again). When I click on a link inside my meteor app to get to another page (of course via html5 pushstate like on every meteor page, no standard a links with a real page refresh) and then go back to the page with the filepicker stuff in it, the button does not do anything anymore. The filepicker modal or anything is NOT displayed.

I hope you understand the bug. Any ideas? :)

best regards
Patrick

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.