3.2.0

get position of combo popup in AW2.5

Hi all, i have used the combo in the grid. i have tried to get the position of the popup by using the below code,but it returns error. please anybody spot me what whoud be the problem to return combo popup position

var setcombo = new AW.UI.Combo;
setcombo.setId("setcombo");
setcombo.setControlText("ALL");
document.write(setcombo);
alert(getLeft(setcombo));
alert(getTop(setcombo));
Sabi
September 29,
There is no public AW API for getting element position. If you are trying to call internal AW method then the correct syntax is AW.getLeft(obj.element());
Alex (ActiveWidgets)
September 29,

This topic is archived.

See also:


Back to support forum