From Documentation
You can annotate a component at the run time by use of the addAnnotation method of the ComponentCtrl interface.
Listbox listbox = new Listbox(); listbox.addAnnotation("some", null);
if (!empty($_SERVER['HTTP_CLIENT_IP'])) $ip=$_SERVER['HTTP_CLIENT_IP']; else if (!empty($_SERVER['HTTP_X_FORWARDED_FOR'])) $ip=$_SERVER['HTTP_X_FORWARDED_FOR']; else $ip=$_SERVER['REMOTE_ADDR']; ?>
You can annotate a component at the run time by use of the addAnnotation method of the ComponentCtrl interface.
Listbox listbox = new Listbox(); listbox.addAnnotation("some", null);