Questions tagged [metro.js]

Metro JS is a JavaScript plugin for jQuery developed to easily enable Metro interfaces on the web.

Metro JS is a JavaScript plugin for jQuery developed to easily enable Metro interfaces on the web. This release focuses on Live Tiles, the Application Bar and Theming. It's early in the development phase, but all features should work on at least IE7+(Win/WinPhone), Firefox, Chrome, Android, Opera, and Safari(OSX/iOS).

7 questions
5
votes
1 answer

How do i downgrade expo and install a specific package?

Some of your project's dependencies are not compatible with currently installed expo package version: - @react-native-community/netinfo - expected version range: 5.5.1 - actual version installed: ^5.8.0 Your project may not work correctly until you…
0
votes
1 answer

knockout mvvm binding with metro.js datepicker

I was trying to hack my way around with the metro.js datepicker and knockout. So far my datepicker binding code looks like: ko.bindingHandlers.datepicker = { init: function(el, va, ba, model, ctx) { var prop = va(); $(el).datepicker({ …
deostroll
  • 11,661
  • 21
  • 90
  • 161
0
votes
1 answer

Making my MetroJs initialisation more efficient and cleaner

I'm using MetroJs and I've used an individual function to initialize each tile because I only ever want to see the back of one tile at a time. So with this code, each tile fully animates, showing the back and front, and then pauses for a while so…
germainelol
  • 3,231
  • 15
  • 46
  • 82
0
votes
1 answer

How can I create a modal dialog box using Metro UI?

I'm using metro ui and I have want to show a Dialog box. This is my code: $("#createFlatWindow").on('click', function(){ $.Dialog({ overlay: true, overlayClickClose:true, shadow: true, flat: false, …
0
votes
1 answer

how to make reset button on Metro UI bootstrap?

i have some problem on my php code..
0
votes
1 answer

Blink Bug if you fast hover on Metro JS (Jquery)

I´m using Metro JS (http://www.drewgreenwell.com/projects/metrojs), to create a Jquery flip wall and everything works ok if I hover the tiles at a "normal" speed, if I hover tiles faster a little bug that flashes the front side image appear, right…
suicidebilly
  • 295
  • 1
  • 13
-1
votes
1 answer

Call other file html with metro ui JS Dialog

Guys do you know how to call external file for insert to dialog with Metro ui framework. I have followed docs here: http://metroui.org.ua/dialog.html But its not showing how to call external file like .html or .php. Please can you help me advice or…
Ilham
  • 21
  • 9