How to write your own customized SBB Controls
How can I write my own Controls that integrate into Server Behavior Builder?
Server Behavior Builder can be very handy and easy to use when you want to write your own Server Behavior.
Unfortunately it offers a very limmited set of user controls that you can choose from. Here I will present a way to extend this set of controls.
Till now some users have written some controls but they were unable to integrate them with the SBB. Here is the way how you should do that.
- Go to your UltraDev4\Configuration\Shared\Controls directory
- There you have a subdirectory called Scripts
- When creating a new SBB Control start by copying and adjusting one of the standard controls in there. Those are all JavaScript files
- Next goto the subdirectory String Menu - there you have html files with the same name as the control JS file.
- Again copy one of the standard files and adjust it:
- To point at your own JS file
- Adjust the HTML to be displayed on the extension dialog box when a user chooses this control
Thant's it all! Have fun writing lots of controls!
Comments
Be the first to write a comment
You must me logged in to write a comment.