4 Replies Latest reply on Sep 21, 2011 3:04 AM by lfryc

    rich:NotifyMessages Positioning

    clerum

      I'm having some issues getting the notify popup to display in the topLeft of the page

       

      <rich:notifyMessages ajaxRendered="true" stayTime="2000" position="topLeft" globalOnly="true" />

       

      Is this the correct syntax as it will display the notify in the upper right

       

      Example project with test @ https://github.com/codylerum/crm which deploys to AS6 and the rich:notifyMessages is in the default.xhtml template

        • 1. Re: rich:NotifyMessages Positioning
          lfryc

          Hello Cody,

           

          I'm currently working on refactoring of Notify, I will look into your issue and return back to you.

          1 of 1 people found this helpful
          • 2. Re: rich:NotifyMessages Positioning
            clerum

            Thanks for the update in the JIRA

             

            Position should be done via the stack like this

             

            <rich:notifyStack id="globalStack" position="topRight" styleClass="globalStack" direction="vertical">
               <rich:notifyMessages ajaxRendered="true" globalOnly="true" stayTime="2000" stack="globalStack"/>
            </rich:notifyStack>
            
            • 3. Re: rich:NotifyMessages Positioning
              iabughosh

              Hi ,

              is there a way to position the notifyStack at the center of the screen ?.

               

              regards.

              • 4. Re: rich:NotifyMessages Positioning
                lfryc

                Hello Ibrahim,

                 

                it is currently not possible.

                 

                As I'm thinking about it, it is hard to determine in which direction should be new messages incoming into centered stack pushed.

                Could you please outline the use case where it is needed?