Revision #2 has been created by samdark on Feb 24, 2011, 4:28:02 PM with the memo:
Added Yii version since UI is updated every release
« previous (#1)
Changes
Title
changed
Using jQuery UI 1.8.10 themes with Yii 1.1.6
Category
unchanged
Tips
Yii version
unchanged
Tags
unchanged
jui, css, jquery, ui, CJuiWidget, theme, theming
Content
changed
When using the latest stable jQuery UI themes (1.8.10) with Yii
1.1.6 (which uses 1.8.6) the widgets don't appear (they're invisible but they're there). In order to make them visible you need to change the following line:
~~~
[css]
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
~~~[...]