|
XBL constructor fires to early?
|
| |
I am trying to use a binding to adjust the height of the bound element according to the window height and a ratio provided. This needs to be done on load. Here is what the method looks like. <method name="setSpace"> <body> <![CDATA[ var h = window.innerHeight; var s = this.getAttribute('space');... more »
|
|
Custom XBL control can't get focus.
|
| |
Hey again, As mentioned in another thread, I created a custom list extending listbox_base. To go further away from that I also just created my completely own list control with list items and so on (copying listbox.xml and altering it to my needs). Anyway, both ways lead to the same problem: my list control can never... more »
|
|
dev-tech-xbl Digest, Vol 36, Issue 5
|
| |
hello Boris and Stefano about this same question of xbl 1 Mozilla 'templates' can access multiple different 'rdf' data sources is that any use in such as this case of Stefano's? it's a 'single binding' on an 'element'
|
|
Multiple bindings on an Element with XBL (1)?
|
| |
Hello! is there any way to attach multiple bindings to one single element with XBL 1? examples all start from very modular bindings, eg. two different behaviors on a mouse click one binding for 'aesthetic' behavior, the other for logic, possibility to switch one of them only etc.etc. The spec says it should be possible ([link]... more »
|
|
Constructor called too late
|
| |
Hi all I need to override document.cookie property. The idea is to implement (Firefox) the very useful IE8 feature "File > New Session". CSS: html, head, script { -moz-binding: url(binding.xml#cookie) !important; ...binding.xml snippet: <binding id="cookie"> <implementation> <constructor> <![CDATA[... more »
|
|
Get reference to label in listitem
|
| |
Hello How can I get access to the label, which is in a listitem? I tried things like, getAnonymousNodes, childNodes. But none of them returned any element. In listbox.xml there are these bindings: listitem: <content> <children> <xul:listcell xbl:inherits="label,crop,disab led,flexlabel"/>... more »
|
|
XBL2 Status?
|
| |
Hello! I'm wondering what's the roadmap for XBL2 support in FF - and any other browser, should you know. in this post: [link] Jonas Sicking mentioned he should start working on a XBL2 implementation after getting FF 3.1 out. Now, 3.1 became 3.5 (right?)... more »
|
|
Creating very custom button. Some troubles with oncommand.
|
| |
Hi, all! I'm trying to create very custom button (now it's simple, but in future I want to add more UI to it). <binding id="button" display="myns:button" extends="chrome:// global/content/bindings/button .xml#button"> <resources> <stylesheet src="chrome://myextension/skin /myskin.css"/>... more »
|
|
|