[Mono-dev] DatePicker ASP.NET control
Rogerio Pereira
rogerio.araujo at gmail.com
Sat Nov 12 13:46:25 EST 2005
I would like donate the ASP.NET DatePicker control to Mono project, i
attached 3 files:
FWCDatePicker.cs, FWCDatePickerCalendar.jpg, FWCDatePicker.js and
requires AssemblyResourceLoader.cs that already belongs to Mono code.
Can someone check if this donation is possible, please?
actually i only need a replacement for this function:
// Gets the absolute position of the supplied element
function getPosition(startTag, direction) {
var pixelAmt = (direction == 'LEFT') ? startTag.offsetLeft :
startTag.offsetTop;
while ((startTag.tagName != 'BODY') && (startTag.tagName != 'HTML')) {
startTag = startTag.offsetParent;
pixelAmt += (direction == 'LEFT') ? startTag.offsetLeft :
startTag.offsetTop;
}
return pixelAmt;
}
because belongs to another DatePicker implementation in pure JavaScript...
--
Yours truly (Atenciosamente),
Rogério
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FWCDatePicker.cs
Type: application/octet-stream
Size: 5745 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20051112/c6a74fe3/attachment.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FWCDatePickerCalendar.jpg
Type: image/jpeg
Size: 1089 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20051112/c6a74fe3/attachment.jpg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FWCDatePicker.js
Type: application/x-javascript
Size: 4656 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20051112/c6a74fe3/attachment.js
More information about the Mono-devel-list
mailing list