The list of object properties in Panel Builder 600 for JavaScript
Hello,
I would like to ask you for the list of all object properties (at least for basic objects like buttons, lights, ...) in Panel Builder 600 for JavaScript programming. I was not able to find any. There are only couple of them in the operating manual. Or maybe there is a way how to get it because there is no automatic list coming after the dot written after the obect name. Thanks a lot.
Voted best answer
Hello
I don't know if there is a "complete list", but you should be able to find the property you need to modify in any of these two ways:
1) You can see a list of properties of each type of object by right-clicking the object and selecting "Custom properties". The reference should appear here:
2) Open the Tag menu (Click on the "+" symbol next to a property in any widget and select "attach to") and go to the Widget tab. All the property tags for all the widgets on the page shall appear. Select any of them to see the name of the property you want as shown here:
Source:
by adi2 Rank: 192 on 11/3/2014 6:05:04 AM | Like (0) | Report
Hi guys, nobody knows anything about it? I heard that it is possible to use QT script debugger to find the list of methods and properties of the widgets. I installed it but I don't know how to use it for this purpose. Does anybody know it? Thanks
Add new comment