Yahoo! Developer Network

  • Developer Solutions
    • Multi-Device
    • Media
  • APIs & Tools
    • Mojito
    • YQL
    • BOSS
    • YUI
    • Connected TV
    • PlaceFinder
    • Flickr
    • View all
  • Community
    • Forums
    • YDN Theater
    • Events
    • Blog
Search YDN
Sign In

Mojito

  • Code Examples
  • Documentation
  • Forum
  • Github
x
[+] Search Help

Use these filters to narrow your search results.

Use tag:<tag-value> to filter by tag

Use forum:<forum-name> to filter by forum.

  • Search in
    • Everything (default)
    • Title Only (searchin:title-only)
    • Contents Only (searchin:contents-only)
  • Show
    • Questions and Replies (default)
    • Replies (show:replies)
    • Questions (show:questions)
  • Sort by
    • Relevant on Top (default)
    • Recent on Top (sortby:recent-on-top)
  • Date
    • All Time (default)
    • Today (date:today)
    • This Week (date:week)
    • This Month (date:month)
    • This Year (date:year)
  • Forum Search for “
  • ” : 
Subscribe to Yahoo! Mojito forum
  • Most Popular
  • Most recent
  • Any examples of how we can handle form data in Yahoo Mojito

    I am very familiar with Y.Model and I had extended Y.Model to effectively handle form validation. ...

    • 0 votes
    • 4 replies
    • Last updated: Feb 19, 2013 by Akshar
  • What is the best practice to store sensitive information such as Amazon SES keys and so on?

    I am building Mojito based app that sends emails using amazon ses. I was wondering where should I ...

    • 0 votes
    • 3 replies
    • Last updated: Feb 18, 2013 by caridy
  • How can I set POST request body using REST Library?

    I am trying to connect to CouchDB using Mojitos REST library. However I am not sure how to set a ...

    • 0 votes
    • 0 replies
    • Last updated: Feb 13, 2013 by Akshar
  • How to use the same template for different methods in the controller ?

    I have a controller with methods index home Now even though both of them generate different data, ...

    • 0 votes
    • 4 replies
    • Last updated: Feb 13, 2013 by Aris
  • I am getting an error with the quickstart tutorial

    The quickstart tutorial at the following URL ...

    • 0 votes
    • 10 replies
    • Last updated: Feb 6, 2013 by caridy
  • How to obtain compiled views ?

    One of the methods in my controllers is responsible for sending emails. I wonder what is the best ...

    • 0 votes
    • 1 reply
    • Last updated: Feb 5, 2013 by caridy
  • Promises in Mojito

    Hi, Mojito uses callbacks for its asynchronous methods (for example in mojito.models.getData() and ...

    • 3 votes
    • 2 replies
    • Last updated: Feb 4, 2013 by Marco Asbreuk
  • How to load the skin/css for yui3 widgets?

    Hello, I'm using the the tabview widget and the autocomplete widget in my binder. the markup ...

    • 0 votes
    • 1 reply
    • Last updated: Feb 3, 2013 by caridy
  • How to configure/disable logging

    I have read the documentation and I thought I knew how to disable logging but it doesn't seem to ...

    • 0 votes
    • 4 replies
    • Last updated: Feb 3, 2013 by caridy
  • YUI3 CSS files failing to load

    I've got a mojito application that uses a YUI3 scrollview widget in a view. The javascript ...

    • 0 votes
    • 2 replies
    • Last updated: Feb 3, 2013 by caridy
  • How can I can I load the yui debug files with mojito in the client?

    Hello, I'm using the HTMLFrameMojit to render my page with mojito (deploy=true). Is there a ...

    • 0 votes
    • 1 reply
    • Last updated: Feb 3, 2013 by caridy
  • Mojito on cloud9?

        Hi,Has anyone tried using Mojito with Cloud9 workspaces? Also, is there a ...

    • 0 votes
    • 5 replies
    • Last updated: Feb 3, 2013 by caridy
  • Getting rendered template on serverside.

    Hello, Background I have a page which shows an overview about some data from a DB. The page is ...

    • 0 votes
    • 1 reply
    • Last updated: Feb 3, 2013 by caridy
  • Mojito and socket.io ?

    Hi, cannot find information about how to make use of socket.io together with mojito 0.5x. Is there ...

    • 1 vote
    • 0 replies
    • Last updated: Jan 26, 2013 by Mr.
  • Can I use nested childs in a client side controller?

    I have a controller action with some child mojits. I render the children with ...

    • 1 vote
    • 2 replies
    • Last updated: Dec 3, 2012 by Andrew
  • Phonegap vs Mojito

    Hi guys, I have been interested in Yahoo! Cocktails (and Node.js) for a while. I have experience ...

    • 0 votes
    • 4 replies
    • Last updated: Dec 3, 2012 by Andrew
  • How does a binder cleanup memory when this.mojitProxy.refreshView is called?

    On the YUI-forum, there is a interesting discussion about the best way to clean up memory in widgets ...

    • 1 vote
    • 4 replies
    • Last updated: Nov 8, 2012 by Marco Asbreuk
  • Is it a good idea to modify server.js?

    If I wanted to include code that should only run once, e.g. to open a database, is it a good idea to ...

    • 0 votes
    • 1 reply
    • Last updated: Oct 30, 2012 by Fabian Frank
  • HTTPS in Mojito

    Hi,this can be possible in mojitothanksquim

    • 0 votes
    • 1 reply
    • Last updated: Oct 19, 2012 by Ronald
  • Manhattan Host Pricing

    Where can I find information on pricing for Manhattan hosting? Are you tied into using Manhattan ...

    • 0 votes
    • 3 replies
    • Last updated: Oct 12, 2012 by Tigger
  • Suggestion to create same communityplatform as YUI

    Why don't you setup a same platform just like YUI?Because you find mostly YUI-programmers to ...

    • 0 votes
    • 3 replies
    • Last updated: Oct 10, 2012 by Ren
  • Broadcast even not within binder

    Can anyone tell me how I can broadcast an event, not within the mojit-binder?As far as I can see ...

    • 0 votes
    • 2 replies
    • Last updated: Oct 8, 2012 by Marco Asbreuk
  • Model inheritance in Mojito

    I'd like to make a base database-accessing model that other models can inherit from, to create a ...

    • 0 votes
    • 2 replies
    • Last updated: Oct 5, 2012 by Clarence Leung
  • How to define global application variables that are accessible from all mojit controllers and any middleware?

    As the topic title states, I would like to define a variable that is available everywhere in my ...

    • 1 vote
    • 0 replies
    • Last updated: Oct 1, 2012 by markandey
  • Mojito causing YUI module to initialize twice?

    I am debugging a page that includes a YUI module from an external file and also a huge block of code ...

    • 0 votes
    • 1 reply
    • Last updated: Oct 1, 2012 by Alex
  • How to specifying doctype and bodyclass within HTMLFrameMojit

    Hi,How can I specifying the doctype and bodyclass within HTMLFrameMojit?For instance: I'm ...

    • 0 votes
    • 2 replies
    • Last updated: Sep 28, 2012 by Marco
  • How to run Mojito as a backgroundservcie

    Hi,When I open terminal and start Mojito: mojito start it will run, but only until the terminal is ...

    • 0 votes
    • 2 replies
    • Last updated: Sep 27, 2012 by Marco Asbreuk
  • Best way to combine YUI3-widgets

    I'm trying to master Mojito. One thing I don't quite understand is: what is the best way to ...

    • 0 votes
    • 0 replies
    • Last updated: Sep 20, 2012 by Marco Asbreuk
  • Using Passport JS with Mojito

    I am trying to use passportjs with Mojito by doing the following: 1) after installing Node JS ...

    • 1 vote
    • 8 replies
    • Last updated: Sep 15, 2012 by BL
  • Error installing shaker

    Hi, I'm not sure if I should post it here, but I've got a problem with installing ...

    • 0 votes
    • 2 replies
    • Last updated: Sep 8, 2012 by Marco
  • <<
  • <
  • 1
  • 2
  • 3
  • 4
  • >
  • >>
RSS feed for Yahoo! Mojito
Ask a Question

Tags

  • mojito (14)
  • yui (9)
  • binder (4)
  • deploy (3)
  • view (3)

Top Contributors

  • caridy (67)
  • Ren (36)
  • Fabian Frank (24)
  • Andrew (14)
  • Trung (14)
  • Marco Asbreuk (13)
  • BL (12)
  • Deva Satyam (12)
  • Houyhnhnm (11)
  • Akshar (11)

Forum Leaderboard

  • Week
  • Month
  • All
  • Home
  • APIs & Tools
  • Mojito
  • Forum
  • Facebook
  • Twitter
  • Flickr
  • Github
  • YDN Blog
Follow Yahoo! Developer Network on
  • Contact us
  • Suggestions
  • Report a bug
  • Copyright
  • Privacy Policy
  • Terms of Use
Copyright © 2013 Yahoo! Inc. All rights reserved.