Displaying 4 results from an estimated 4 matches for "minheight".
Did you mean:
min_height
2011 Apr 14
1
a little problem with extJS & log in form
...sg.alert(''Error'', action.result.msg)}
});
}
}]
});
var loginWindow = new Ext.Window({
title: ''Login'',
width: 300,
height:140,
closable:false,
minWidth: 300,
minHeight: 140,
layout: ''fit'',
id: ''userform'',
plain:true,
modal:true,
bodyStyle:''padding:5px;'',
items: userform
});
Ext.onReady(function(){
loginWindow.show(this);
});
login pa...
2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
...tFrame.addChild(yScale);
chartFrame.addChild(chartArea);
- this.container.addChild(chartFrame);
+
+ chartFrame.addEventListener(FlexEvent.CREATION_COMPLETE,drawLine);
XAxisLabelArea = new Canvas();
XAxisLabelArea.height = Constants.labelHeight;
XAxisLabelArea.minHeight = Constants.labelHeight;
XAxisLabelArea.percentWidth = 100;
- this.container.addChild(XAxisLabelArea);
+
var t1:Date = new Date(startTime * 1000);
var t2:Date = new Date(endTime * 1000);
@@ -208,7 +249,10 @@ package org.ovirt.charts {
dateBar = new HBox();...
2010 Aug 20
0
Wine release 1.3.1
...ench translation.
shdocvw: Update French translation.
mshtml: Update French translation.
jscript: Update French translation.
ipconfig: Add French translation.
Gerald Pfeifer (2):
comctl32: Merge is_textT and is_textW into a single is_text.
d3dx9_36: minwidth and minheight are set but not used in point_filter_simple_data; remove them.
Hans Leidekker (7):
mscms/tests: Mark some win98 test results as broken.
msi/tests: Fix some WoW64 test failures.
msi/tests: Use HKEY_CURRENT_USER instead of HKEY_LOCAL_MACHINE for registry tests.
msi/tests: Ski...
2009 Feb 27
0
Wine release 1.1.16
...symbols with an underscore.
Alistair Leslie-Hughes (34):
urlmon: Correctly test to see if PutProperty_CLASSIDPROP is called.
urlmon: Fix PutProperty_CLASSIDPROP check under win98 to w2k.
mshtml: Add VT_I4 support to set_nsstyle_attr_var.
mshtml: Implement IHTMLStyle get/put minHeight.
mshtml: Implement IHTMLStyle_get_marginRight.
mshtml: Implement IHTMLStyle_get_marginLeft.
mshtml: Implement IHTMLCurrentStyle_get_position.
mshtml: Implement IHTMLCurrentStyle_get_fontFamily.
mshtml: Implement IHTMLCurrentStyle_get_fontStyle.
mshtml: Implement...