Questions tagged [moovweb]

Moovweb is a mobile development framework that gives you total control over the user experience of your site.

Moovweb is a mobile development framework that gives you total control over the user experience of your site.

Learn more at http://developer.moovweb.com

112 questions
0
votes
5 answers

How to remove both the inline as well as written is css file in moovweb?

I want to remove the inline and external css applied to the particular div. I don't want to use remove_all_styles() which removes all the styles of the page. How can I achieve this?
ravindra.kamble
  • 1,023
  • 3
  • 11
  • 20
0
votes
1 answer

moovweb project not found

By trying to start the server with "moov server" (windows) I got the error message "The path (here comes the address on my pc) does not point to a valid Moovweb project". How can I find out where my project is located - if it is somewhere?
0
votes
1 answer

Merge Zurb Foundation Icon Fonts Into Moovweb

I am trying to include Zurb Icon Fonts 3 into my Moovweb project. First off, is it supported? Second, what do I have to do to get them to work. I have tried a few different combinations of importing them, but each time it brings up a blank local…
Danny Sullivan
  • 277
  • 2
  • 12
0
votes
1 answer

Booted Off Local Server - 302 error

I'll start with the log that I am receiving below: Dec.15.11.56-Rf: Incoming Request URL: / Dec.15.11.56-Rf: SECURE GET Path: / From: mlocal.cldeals.com Rewritten: www.cldeals.com Dec.15.11.56-Rf: Received 302 Found [text/html; charset=UTF-8]…
Danny Sullivan
  • 277
  • 2
  • 12
0
votes
1 answer

When in Tritium, how do I select a div containing more than one class?

I forget how to do this in the Moovweb SDK
Currin Berdine
  • 287
  • 1
  • 10
-2
votes
1 answer

How to remove a label in
  • element and add image using tritium?
  • How to remove a label in element and add image to same using tritium how can i add a sprint image in place of that element
    -5
    votes
    1 answer

    $(document).ready(function () {} function in moov web to build the control with jQuery

    Where should I be placing my $(document).ready(function () {...}); function in moov web to bind the control with jQuery?
    1 2 3 4 5 6 7
    8