Jump to content

Progress Bar Pager Extension.


Recommended Posts

Dear Friends!

Stumbling upon a nearly decade-old post, I'd like to note that the code can be simplified even more... 
Thank you! 

 

1. 

initialization
  ...
  UniAddCSSLibrary('build/packages/ux/classic/classic/resources/ux-all.css', False, [upoFolderJS, upoPlatformDesktop]);
  UniAddJSLibrary('build/packages/ux/classic/ux.js', False, [upoFolderJS, upoPlatformDesktop]);

2. 

function pagingBar.beforeInit(sender, config)
{
    config.displayInfo = true;
    config.plugins = {
        'ux-progressbarpager': {
            width: '300px'
        }
    };
}

 

  • Like 2
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...