-
12 Nov 2010 7:29 AM #21
woah, nicely done!
-
30 May 2011 4:27 PM #22
This is a GREAT plugin, and this post deserves to come alive. Thanks
-
9 Jun 2011 7:00 PM #23
Hi, this doesn't work on adobe air... when i collapse the panel, just show the firtst char, not rotate. Any help??
Thanks.
-
9 Jun 2011 11:17 PM #24
Adobe Air doesn't support SVG, so the fallback path for IE is triggered.
You could try adding something like this after the "writing-mode" style: -webkit-transform: rotate(90deg);
However, you may have issues with bad alignment if you do that, so you may have to toy around with the top and left styles in that case.
-
10 Jun 2011 9:44 AM #25
Thanks! but i have a question... where should i write "style: -webkit-transform: rotate(90deg);"?? jeje
I do:
// use writing-mode for vertical text
titleElemStyle +=
'white-space: nowrap; writing-mode: tb-rl; top: 1px; left: 3px; style: -webkit-transform: rotate(90deg)';
And do nothing... any else??
Thks
-
10 Jun 2011 2:46 PM #26
Soy Groosssooo jeje
Here is what i did:
In index.html:
HTML Code:.x-panel-header-rotated { -webkit-transform: rotate(90deg) !important; }
-
4 Oct 2011 6:40 AM #27
-
27 Nov 2011 5:48 AM #28
Awesome!
Awesome!
Just implemented it with ext 3.4.0, works great! Thanks!


Reply With Quote