Documentation

relative

positions a popup window relative to the component it's connected with

string relative;

Example

{ view:"text", suggest:{
    data:countries, relative:"right" }
}

See also

Back to top