| Support ¶ | |
| Support questions go here. | |
| Simple onclick event? ¶ | |
| Mihai, a wonderful component! Thank you. A small problem. I've got a reports database that lists 10 rows of records per page (and allows a user to navigate between pages as necessary). I wish to use the Rollbar Tabs to organize individual report categories (10 report categories = 10 individual tabs). Is there any way to assign a link to the tab onclick event? I know this defeats the functionality somewhat (as content on ALL tabs should be loaded on initial page load), but loading several pages of report lists (rowperpage * tabs) is a bit overwhelming. I guess what I'm asking for is a way to reload the page with a specified URL on each tab click. <div id="tabControl"> Again, this bypasses the main functionality of your widget, but for simplicity's sake it would be a nice alternative to calling event handlers (if I understand that correctly). | |
| last |
| Re: Simple onclick event? ¶ | |
| After combing the documentation, I found a naughty workaround: <div id="tabControl"> | |
| last |
| Some questions ¶ | |
| Very cool looking component! Could the content in the viewable window scroll vertically as well as horizontally, as it does in all the demos? The demos show text and links in the content area. Can there be images in there as well? (Don't know why not but I thought I'd ask!) For example I have a large image I don't want to take up the whole page and I'd like people to be able to scroll around in all 4 directions. Thanks! | |
| last |
| Tab Font Size ¶ | |
| Hello. This is an excellent component. Can I please ask how to change the font size of the tabs labels. I did not see anything in the rollbar.css that seemed obvious. Sorry if this is a trivial question, but none of the examples seem to alter this aspect. Thanks in advance. | |
| last |
| Re: Tab Font Size ¶ | |
| For instance you can include the following code in your document, after loading the RollBar CSS skin: div.dynarch-roll-tabs table {Hope this helps. | |
| last |
| 2 rollbars in the same page ¶ | |
| The rollbar component only seems to be working if I have 1 in a page. Is this true? Is there anything special that needs to be done to have multiple rollbars in the same page? Thanks. | |
| last |
| Re: 2 rollbars in the same page ¶ | |
| Try this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <script type="text/javascript"> <body onload="initDocument()";> <!-- ***************************************************************************************************************** --> <div style="width: 750px; margin: 0 auto;"> </div> <!-- ***************************************************************************************************************** --> <div title="Building Fabric"> <!-- ***************************************************************************************************************** --> <div title="Structure/Carcass"> <div title="E In Situ Concrete"> </div> <div title="F Masonry"> </div> <div title="G Structure/Carcassing"> </div> <!-- ***************************************************************************************************************** --> <div title="Space Enclosure"> <div title="H Cladding/Covering"> </div> <div title="J Waterproofing"> </div> <div title="K Linings/Sheathing/Dry partitioniing"> </div> <div title="L Windows/Doors/Stairs"> </div> <!-- ***************************************************************************************************************** --> <div title="Building Finishing"> <div title="M Surface Finishes"> </div> <div title="N Furniture/Equipment"> </div> <!-- ***************************************************************************************************************** --> <div title="Sundry"> <div title="P Building Fabric Sundries"> </div> <!-- ***************************************************************************************************************** --> <div title="Site Finishing"> <div title="Q Paving/Planting/Fencing/Furniture"> </div> <!-- ***************************************************************************************************************** --> </div> <!-- ***************************************************************************************************************** --> <!-- ***************************************************************************************************************** --> <div title="Services"> <!-- ***************************************************************************************************************** --> <div title="Mechanical"> <div title="R Disposal Systems"> </div> <div title="S Piped Supply"> </div> <div title="T Heating/Cooling/Refrigeration"> </div> <div title="U Ventilation/Air Conditioning"> </div> <!-- ***************************************************************************************************************** --> <div title="Electrical"> <div title="V Electrical Supply/Power/Lighting"> </div> <div title="W Communications/Security/Control"> </div> </div> <!-- ***************************************************************************************************************** --> <div title="Electromechanical"> <div title="X Transport Systems"> </div> <!-- ***************************************************************************************************************** --> </div> </div> <!-- ***************************************************************************************************************** --> <script type="text/javascript"> </body> | |
| last |
| Loading doc into IFrame ¶ | |
| I want to use the rollbar to show the user 4-5 items at a time. When item is selected I will load a doc into an IFrame. The doc will contain an annimated tab control. Will this work? I as because the samples create the tab control on the onLoad event. I will not be firing the onLoad event just loading a different doc into the iFrame. Thanks in advance | |
| last |
| rbel has no properties ¶ | |
| I'm using Firefox with Web Developer 0.9.4 extension installed. This extension allows me to see a javascript console. I see a message generated by line 16 of rollbar.js. The message is 'rbel has no properties'. Do you know how I can fix this javascript error? -david | |
| last |
| Re: rbel has no properties ¶ | |
| i get the same error | |
| last |
| rolbar in a table ¶ | |
| I'm currently evaluating the rollbar. I'm trying to use one in a table and I get some unexpected whitespace in the control. <table> </body> Can anyone help? Thanks (Tried in IE 6.0 and Firefox 1.0.2) | |
| last |
| Re: rolbar in a table ¶ | |
| Try this. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <table> </body> | |
| last |
| Multiple Rows of Tabs ¶ | |
| We are currently evaluating for a medium-scale web application. The number of tabs we require can be up to 20 which scrolls the page horizontally and won't be acceptable in our application. Is it possible to configure rollbar to wrap the tabs over multiple rows, either based on screen width, or by specifying the number of tabs to show per row? If not, it would be a great feature. | |
| last |
| Re: Multiple Rows of Tabs ¶ | |
| I'm sorry, currently that isn't possible. But we received a few requests for it and we'll probably consider this feature for the next version. | |
| last |
| IE Flickering issue ¶ | |
| We are noticing a weird flickering issue with the tabs that only happens in IE (and only remotely - on our local dev boxes, it works fine). It looks as though IE is getting a new copy of the image every time you roll over the tab. Has anyone else noticed this and/or come up with a solution for it? Thanks. | |
| last |
| Re: IE Flickering issue ¶ | |
| It might help if you preload the images using a function that our RollBar supplies. Otherwise, make sure your IE is configured with the default cache settings (that is, "Automatic"). | |
| last |
| Resizing ¶ | |
| Hi, | |
| last |














