<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<div><br></div><div>I'm working with the vector layers and the feature attribute edit tool, all works great but i can't put working an attribute that is configured in the mapbook with the type "select".</div><div><br></div><div>In the demo mapbook example, the vector layer "sketch" there is a commented line:</div><div><span class="Apple-tab-span" style="white-space: pre;">           </span></div><div><attribute name="opacity" type="select" default-value="100" label="Opacity (%):"/></div><div><br></div><div><span style="font-size: 12pt;">If i uncomment this line when i select the "edit attributes" tool it gives this error in the console: "</span>Uncaught TypeError: Cannot call method 'getElementsByTagName' of null " </div><div><br></div><div>I changed the attribute options in the mapbook demo to:</div><div><br></div><div><div><attribute name="opacity" type="select" default-value="100" label="Opacity (%):"></div><div><span class="Apple-tab-span" style="white-space:pre">         </span><option value="0">0</option></div><div><span class="Apple-tab-span" style="white-space:pre">           </span><option value="50">50</option></div><div></attribute></div></div><div><br></div><div>But same error! Any idea? Is it possible to use the <span style="font-size: 12pt;">select type in the vector attributes?</span></div><div><span style="font-size: 12pt;"><br></span></div><div><span style="font-size: 12pt;">Best regards</span></div><div><span style="font-size: 12pt;">Luís Calisto</span></div>                                           </div></body>
</html>