blockUI

Community Driven Extensions Project
Post Reply
arcturus
Posts: 19
Joined: 26 Mar 2014, 16:29

30 Mar 2014, 17:09

Hello guys, i'm trying to run blockUI showcase but its doesnt works
i'm using primefaces ext 1.0.0 and primefaces 4.0

here's the code i'm using

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
		xmlns:f="http://java.sun.com/jsf/core"
		xmlns:h="http://java.sun.com/jsf/html"
		xmlns:p="http://primefaces.org/ui"
		xmlns:pe="http://primefaces.org/ui/extensions"
		>
  

<h:head> 
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Insert title here</title>
</h:head>
<h:body>
<p:commandButton value="Block this page!" type="button"  
                 onclick="PF('blockUIWidget').block()"/>  
  
<pe:blockUI widgetVar="blockUIWidget"   
            timeout="2000"  >  
    <h:panelGrid columns="2">   
        <h:outputText value="This is a non-centered message. Please wait..." style="white-space: nowrap;"/>  
    </h:panelGrid>  
</pe:blockUI> 

</h:body>

</html>

tandraschko
PrimeFaces Core Developer
Posts: 3979
Joined: 03 Dec 2010, 14:11
Location: Bavaria, DE
Contact:

30 Mar 2014, 17:13

Try the newest Extensions version. I can't remember if 1.0 is available with PF 4.0
Thomas Andraschko

PrimeFaces | PrimeFaces Extensions

Apache Member | OpenWebBeans, DeltaSpike, MyFaces, BVal, TomEE

Sponsor me: https://github.com/sponsors/tandraschko
Blog: http://tandraschko.blogspot.de/
Twitter: https://twitter.com/TAndraschko

arcturus
Posts: 19
Joined: 26 Mar 2014, 16:29

30 Mar 2014, 17:23

well most of times i'm using primefaces 5.0. so what is the compatible versiion with PF 5 ?
can you recommend me for the compability versions ?

tandraschko
PrimeFaces Core Developer
Posts: 3979
Joined: 03 Dec 2010, 14:11
Location: Bavaria, DE
Contact:

30 Mar 2014, 19:19

Pf 5.0 isn't relased, so there is currently no compatible version. Trunk should work for the most components.
Thomas Andraschko

PrimeFaces | PrimeFaces Extensions

Apache Member | OpenWebBeans, DeltaSpike, MyFaces, BVal, TomEE

Sponsor me: https://github.com/sponsors/tandraschko
Blog: http://tandraschko.blogspot.de/
Twitter: https://twitter.com/TAndraschko

Post Reply

Return to “Extensions”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 25 guests