Tool Tip

Thanks for the example using xml.

This is very nice, but do you also have an example using the array.



trying to get the right format.



The previous devleoper used json to build the array string needed to load the combo box. If I can alter the arrays string to include the inline html this would be great.





z.addOption([[1,111],[2,2222],[3,3333],[4,4444],[5,5555]]);



z.addOption([[1,’<![CDATA[

1
]]>’]]



I have also tried the below format, but no luck.

[2,‘2’],[3,‘3’],[4,‘4’],[5,‘5’]]);

Actually the above line works correctly. But you are using A tags - which are inline ones , in result tooltip will be visible only over text and not over free space