Community
Participate
Working Groups
1. Create a new RUI Handler and specify a "title" for it (e.g. "Here is a nice long title") on the second page of the wizard. 2. Confirm the title field in the RUIHandler is properly setup (it should be). For example: { initialUI = [ configPanel ], onConstructionFunction = start, title = "Here is a nice long title" } 3. Open in the VE, switch to the Preview tab, and launch the handler in an external browser. Note the browser title bar still reflects the name of part, not the title that was specified. Note: RuiLib.setTitle() works, allowing the title to be set explicitly in code. But, this API was designed for changing the title not setting the initial value. Note also that the <title></title> in the generated HTML is set to the part name (as expected based on the results).
This is a nit, but also a fit-and-finish thing developers will expect to 'just work'.
Justin, can you look at this one, for a fix by Friday?
Fixed RUITemplate.java, it was using the part ID instead of the title attribute.
Looks good.