yui3
How to ensure YUI object to be created first
I like YUI sandbox but I have a problem with it. Consider a document with an iframe (for instance ckedior that I included) with an initialization script. It is always executed before the outer documen[详细]
2023-02-12 07:42 分类:问答YUI3 JavaScript: get CSS for placeholder text
I\'m writing some JavaScript to implement placeholder text in browsers that don\'t have it. I\'ve successfully styled the placeholder text in Chrome 9 and Fx 4b11 using the following style rules:[详细]
2023-02-11 00:41 分类:问答YUI3 (JS) setStyle using vendor prefixes
How do I use YUI3\'s set style to set something like -webkit-border-radius: 10px;? e开发者_运维知识库xample:[详细]
2023-02-10 23:42 分类:问答How to add a new tab in YUI3 Tabview widget without the help of Addable plugin
Currently I am using Tabview addable plugin, which is initiated by user on clicking add button of tabview widget.[详细]
2023-02-07 06:50 分类:问答Is there a YUI3 plugin similar to RoutesJS to accept user input from in the URL that could trigger some events in JS?
Looked around but I think I may have missed it as I\'m not a veteran YUI library user. This is what I\'m looking for or something similar o开发者_如何学Cn YUI\'s side, preferably in YUI3: http://rout[详细]
2023-02-06 02:15 分类:问答how to change YUI3 tab using javascript
I want to provide an additional link to change tab using YUI3. I have a form开发者_如何学Python spread over multiple tabs, so at the bottom of tab-contents I want a \'continue\' link which will take u[详细]
2023-02-03 18:20 分类:问答yui 3 chart: how to format dates in chart axis (YUI 3.3.0 Preview Release 3)
I\'m trying to use the YUI 3.3.0 preview release 3 charting solution as it does not use Flash anymore but the browser canvas. So far I gobbled together this peace of code (as I’m new to YUI this is t[详细]
2023-02-03 02:47 分类:问答yui3 widget error "this.constructor.NAME is undefined"
I am creating a yui3 widget and I keep getting this error: this.constructor.NAME is undefined. I am defining a name in my widget:[详细]
2023-02-02 07:39 分类:问答YUI3 YQL using limit and sort together
I have a YQL query that combines a bunch of RSS feeds and then sorts them by date.It\'s working great, but I would like to be able to paginate the results.[详细]
2023-02-01 16:17 分类:问答Creating a document fragment in YUI 3
I\'ve been searching the docs for YUI3, but I cannot seem to figure out how to create a document fragment. Should I just use the document object开发者_Python百科 itself? I would like to treat it as a[详细]
2023-01-30 09:22 分类:问答