yui
Possible Javascript selector (no framework) to get array of elements using array key naming syntax
I have a form where the inputs have names such as: unit_price[1] unit_price[2] The only way I\'ve found to access them from javascript is using:[详细]
2023-04-08 22:25 分类:问答When to call YUI destroy?
When should destroy be called?Does it ever get called automatically by YUI lifecycle?Does the page unload cause the YUI lifecycle to call destroy on all objects created during the page processing?I ha[详细]
2023-04-08 05:52 分类:问答change portlet title from code in Liferay without Jquery
I\'m having solution to change title of portlet through JQuery. $(\'#idOfPortlet\').find(\'.portlet-title\').html(\'n开发者_StackOverflowew title\');[详细]
2023-04-07 05:54 分类:问答How do you automatically set focus on a form field using yui
I currently have an issuewhere I want text field to be automatically selected when the us开发者_开发技巧er visits mywebpage, I currentlydo thisbyJavascriptbutwould, ideally, like to use YUI. After sea[详细]
2023-04-06 18:42 分类:问答Display JSON object in YUI Datatable
I\'m trying to display the following JSON object using YUI DataTable. I was able to show the lastName, firstName, startDate, employeeCode, employeeStatus successfully in YUI DataTable. But I couldn\'t[详细]
2023-04-06 03:20 分类:问答YUI: how to create a fixedcenter dialog that takes all the vertical space available
With YUI, I am creating a fixedcenter dialog, giving it a certain width: var myDialog = new YAHOO.widget.Dialog(\"my-dialog\", {[详细]
2023-04-06 02:19 分类:问答Javascript Functions are not executing properly for impatient users
First of all I\'m sorry for being so generic in my question...I don\'t know how to go about asking this in specifics with out uploading a ton of code..[详细]
2023-04-05 17:43 分类:问答MSBuild / YUICompressor error
Using the following msbuild config: <?xml version=\"1.0\" encoding=\"utf-8\"?> <Project xmlns=\"http://schemas.microsoft.com/developer/MsBuild/2003\">[详细]
2023-04-05 15:05 分类:问答YUICompressor unescapes backslashes
In our application, we invoke YUICompressor to minify our javascript.Under some conditions we are having trouble identifying, it incorrectly unescapes backslash-escaped characters, so for example[详细]
2023-04-05 05:46 分类:问答YUI Datatable - merging multiple columns into one column
I\'d like to merge/concatenate the contents of two columns and display them in one column. I was hoping it would be as easy as [\"column 1\" + \"Column2\"] inside the responseSchema. So from my code[详细]
2023-04-04 12:01 分类:问答
加载中,请稍侯......