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
  • Two children of same type

    How can the controller knows which instance's method is called If the application has two ...

    • 1 vote
    • 1 reply
    • Last updated: Mar 25, 2013 by caridy
  • Load NodeJS Module

    Hi there. I'm new user of Mojito. I'm trying to create a simple Mojito application using ...

    • 0 votes
    • 2 replies
    • Last updated: Mar 19, 2013 by caridy
  • Is there a concept of sessions in Mojito ?

    Since Mojito is said to have based on Express I wonder if there is a concept of sessions.

    • 0 votes
    • 3 replies
    • Last updated: Mar 13, 2013 by caridy
  • HTML5 WebScokets in Mojito

    I want to use HTML5 websockets(Socket.io) for server push , I just want to know how can i use it in ...

    • 0 votes
    • 13 replies
    • Last updated: Mar 7, 2013 by Ronald
  • Advanced examples of Client-side MVC?

    With the closer integration of mojito and YUI, as well as the advent of Yahoo-Arrow, mojito needs ...

    • 1 vote
    • 2 replies
    • Last updated: Mar 7, 2013 by Ronald
  • Correct way to determine where I am running?

    All over the mojito code base, I see the following pattern in common affinity code: if ...

    • 0 votes
    • 2 replies
    • Last updated: Mar 7, 2013 by Ronald
  • Getting rid of "Foo" in the autogenerated code

    It is nice that mojito generates for us the controllers, binder and models. But I dont like the word ...

    • 0 votes
    • 1 reply
    • Last updated: Feb 26, 2013 by Nelly
  • How do I access config data inside models

    Do models have access to config options specified in application.json Especially when I run Test ...

    • 0 votes
    • 4 replies
    • Last updated: Feb 19, 2013 by Mimi
  • 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
  • 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
  • <<
  • <
  • 1
  • 2
  • 3
  • 4
  • >
  • >>
RSS feed for Yahoo! Mojito
Ask a Question

Tags

  • mojito (16)
  • yui (10)
  • binder (4)
  • deploy (3)
  • windows (3)

Top Contributors

  • caridy (81)
  • Ren (36)
  • Houyhnhnm (22)
  • Fabian Frank (22)
  • Dodo (14)
  • Trung (14)
  • Andrew (13)
  • Marco Asbreuk (13)
  • Akshar (13)
  • Deva Satyam (12)

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.