Categories | Question details Back To List | ||
Add a goto record box on the paging bar Hi, I am trying to add a goto record box on the paging toolbar. I want the user to enter the record number they wish to find in to an input box. I was wondering if you had an equivalent function to dhtmlXSelectButtonObject so that I could achieve this? Thanks Ben Answer posted by Support on May 19, 2008 07:51 There is no such type of button available for dhtmlxtoolbar. You can add dhtmlXLabelButtonObject to the toolbar, this kind of button used for rendering static text, but it can contain any HTML inside it , including text input. |