Timer StyleClass

Community Driven Extensions Project
Post Reply
ciaporte
Posts: 7
Joined: 28 May 2015, 20:35

13 Jul 2017, 21:47

Timer does not write class tag correctly:

Code: Select all

        writer.writeAttribute("class", Timer.STYLE_CLASS + timer.getStyleClass(), "styleclass");
Need a space between component style class and user style class:

Code: Select all

        writer.writeAttribute("class", Timer.STYLE_CLASS + " " + timer.getStyleClass(), "styleclass");

Melloware
Posts: 3717
Joined: 22 Apr 2013, 15:48

13 Jul 2017, 22:41

Thanks for the bug. I just created an issue and fixed it in /trunk.

https://github.com/primefaces-extension ... issues/467
PrimeFaces Developer | PrimeFaces Extensions Developer
GitHub Profile: https://github.com/melloware
PrimeFaces Elite 13.0.0 / PF Extensions 13.0.0
PrimeReact 9.6.1

Post Reply

Return to “Extensions”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 4 guests