09-24-2011, 01:03 AM
I'm trying to create a custom object because the web page is now using dojo 1.6 and tons of dijit widgets, which are not supported by the current dojo plugin.
I have successfully tweaked an existing test object, but I need to create a new one. I have added my stuff to Extensibility\Web\DojoTestObjects.xml and Extensibility\Web\Toolkits\Dojo\Dojo.xml as well as the corresponding *.js file in the location following the model of existing (and working) test objects.
I can see my object in Tools>Object Identification.... but the Spy does not identify it. Essentially, the Spy finds a WebTable, when it should find my DojoSelect.
Any advice?
I have successfully tweaked an existing test object, but I need to create a new one. I have added my stuff to Extensibility\Web\DojoTestObjects.xml and Extensibility\Web\Toolkits\Dojo\Dojo.xml as well as the corresponding *.js file in the location following the model of existing (and working) test objects.
I can see my object in Tools>Object Identification.... but the Spy does not identify it. Essentially, the Spy finds a WebTable, when it should find my DojoSelect.
Any advice?