_properties.put("context", new ObjectPropertyAccess() {
            public void setValue(Component cmp, Object context) {
                if (context instanceof Popup)
                    ((XulElement) cmp).setContext((Popup) context);
                else if (context != null)