<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Hey Antonio, 
<div class=""><br class="">
</div>
<div class="">if it’s only a Select Widget with custom options you need, you don't even have to develop JavaScript or GWT at all, this can simply be done in pure Java by creating a subclass of CmsSelectWidget and overriding the method parseSelectOptions that
 returns a List of CmsSelectWidgetOptions (see sample code below).</div>
<div class=""> </div>
<div class=""></div>
</body>
</html>