yui3
YUI3 Datasource to return custom Object
How can I get the YUI3 sendRequest applied to a Datasource to return predefined objects, instead of plain ones?[详细]
2023-04-10 00:22 分类:问答Sharing variable around different instances of YUI
I have made up the custom module as : YUI.add(\'util\', function(Y) { Y.namespace(\'com.myCompany\'); var NS = Y.com.myCompany;[详细]
2023-03-21 19:53 分类:问答YUI3 Plugin.base not rendering
I\'m trying to use a yui plugin that pulls from a json file and populates a div on the page. Everything should be a go, however, since the plugin never gets to the render stage, the rest of it does no[详细]
2023-03-11 03:15 分类:问答How can Icontrol web page size while designing it using css ,html or YUI no matter the screen size
I`m using this one but it doesnt work in other screen sizes:- body { background-color:#333; margin-left: 0p开发者_如何学Cx;[详细]
2023-03-08 08:09 分类:问答Statechart for javascript like Sproutcore's statechart?
In Sproutcore there is a statechart framework I can use for giving the application states which holds act开发者_如何学Pythonions for what you can do in different states.[详细]
2023-03-07 16:28 分类:问答JavaScript YUI3 using global variables?
I can\'t work out how to update a global variable from within YUI3. Consider the following code: window.myVariable = \'data-one\';[详细]
2023-03-06 18:56 分类:问答Right-align YUI3 menu bar items?
I work on a project that used to use YUI2 to power it\'s web interface. We use the menubar plugin, and had a couple of menus right aligned. We achieved this by adding float: right to the CSS for the &[详细]
2023-03-01 17:38 分类:问答How to "force selection" with YUI 3 Autocomplete?
I am using YUI 3 to create an autocomplete box in which I would like to force the selection and require the user to select a result from the container, or else the input field is cleared of whatever v[详细]
2023-03-01 08:10 分类:问答Whats wrong with my JavaScript architecture (YUI3)?
I am writing a web application which uses YUI3 for all it\'s JS needs. I need functionality such as Tooltips, Tooltips whose content is determined by AJAX queries, Toggle Buttons and so on.[详细]
2023-02-27 01:24 分类:问答How to simulate a submit event in Javascript or via YUI
I\'m using a form validator, that listens to submit events, but I decided to send an ajax post request with form fields, instead of form submission.[详细]
2023-02-26 06:09 分类:问答