33 #include "nsISupports.idl"
47 [scriptable,
uuid(7660f28b-6b55-40b8-8660-353aad8df5a3)]
85 in
boolean collapse );
133 [optional] in AString
aWidth );
161 [optional] in AString aBeforePropertyID,
162 [optional] in AString aWidth );
223 in
boolean aIsAscending );
an interface to maintain information about the last event that occurred
An interface used to describe a metadata property for use by the UI and other sbILibrary interfaces (...
An interface that represents the set of command buttons and context menu items available on a display...
window resize(function(e){var bodyHeight=$('body')[0].scrollHeight;var height=bodyHeight-$('#header')[0].scrollHeight;var height2=$('#left-content')[0].scrollHeight;if(height2 > height) height=height2;$('#right-nav').css({"min-height":height});height=$('#content')[0].scrollHeight+$('#header')[0].scrollHeight;$(".wrapper-box").css({"height":bodyHeight,"max-height":bodyHeight});$("#login-page").css({"min-height":height});$("#subscriber-page").css({"min-height":height});})