Giter Club home page Giter Club logo

admin-starter's Issues

How to implement password recovery

Hi,
I'm using AdminStarter Project.
In order to implement password recovery on login, how can I by-pass AdminSession.isLoggedIn mechanism ?
I need to link from login page to an external page (passwordRecovery.xhtml) without user is logged.
But I am always redirected to login page.

css priority

Hi, I need to set !important in my css to overwrite theme.css rules or others .

I put my css include in template.xhtml below your starter.css include.

It's possible to set css in other places in order to have a better priority, so I can remove !important ?

Here you can see Firefox debugger that shows where is my css rule in the page:
cssExample

Mudar a cor da barra superior

Olá, como posso mudar a cor da parra superior, ela é azul no momento, sou novo com o layout e gostaria da sua ajuda!!?
barrasuperior

When I pass the parameter opno #{schAttListMB.onChecked(c.opno)} , it passes an empty string rather than the required opno referenced from the datatable checkbox click event.

<h:form>
<p:focus context="@Form"/>



<p:dataTable widgetVar="patientsTable" var="c" value="#{schAttListMB.patients}" rows="5"
rowKey="#{c.opno}" lazy="true" paginator="true"
filteredValue="#{schAttListMB.filteredValue}">

                    <p:ajax event="rowSelectCheckbox" update="@(.ui-button, .ui-confirm-dialog)" listener="#{schAttListMB.onChecked(c.opno)}"/>
                    <p:ajax event="rowUnselectCheckbox" update="@(.ui-button, .ui-confirm-dialog)" listener="#{schAttListMB.onChecked(c.opno)}"/>
                    <p:ajax event="rowSelect" update="@(.ui-button, .ui-confirm-dialog)"/>
                    <p:ajax event="rowUnselect" update="@(.ui-button, .ui-confirm-dialog)"/>

                    <!-- Teachers ID Column -->
                    <p:column headerText="ID #" width="5%" filterBy="#{c.opno}" sortBy="#{c.opno}"
                              filterMatchMode="contains">
                        <f:facet name="filter">
                            <p:autoComplete value="#{schAttListMB.filter.entity.opno}" forceSelection="true"
                                            minQueryLength="2" queryDelay="500" dropdown="true"
                                            completeMethod="#{schAttListMB.completeModelOpno}" maxResults="10">
                                <p:ajax event="itemSelect" process="@this" update="@none"
                                        oncomplete="PF('patientsTable').filter()"/>
                            </p:autoComplete>
                        </f:facet>
                        <p:link value="#{c.opno}" >
                            <f:param name="opno" value="#{c.opno}"/>
                        </p:link>
                    </p:column>
                    <!-- End Teachers ID Column -->

                    <p:column headerText="Present" selectionMode="multiple" styleClass="align-center" sortBy="#{c.status}"/>
                    <p:column headerText="Absent" selectionMode="multiple" styleClass="align-center" sortBy="#{c.status}"/>

                </p:dataTable>
            </div>
        </div>

    </h:form>

RTL Support

Hi,

Is RTL page direction supported?

Regards,

Primefaces v11 not working. v10 has broken code

Hi, working on a vanilla clone, I've set Primefaces to v. 11.0.0 and it breaks the app.
Moreover, it seems that even v. 10.0.0 isn't working as expected, out-of-the box because apparently the newer versions (after 8) have different requirements for LazyDataModel() - see load() method signature in CarListMB:
old (working):

public List<Car> load(int first, int pageSize,
          String sortField, SortOrder sortOrder,
          Map<String, FilterMeta> filters){...}

new (expected):

@Override
public List<Car> load(int first, int pageSize, Map<String, SortMeta> map,
          Map<String, FilterMeta> map1) {...}

Make content div a JSF component

Can you please change the (div id="content") element that exist in the admin-template-1.0.0-RC20.jar "admin.xhtml" to support update with primeface JSF component ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.