Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1060143
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T18:16:54+00:00 2026-05-16T18:16:54+00:00

<rich:calendar id=orderpickDate oninputfocus=check(#{myForm.packingListId}) When creating a calendar you get an input field and an

  • 0
<rich:calendar id="orderpickDate" oninputfocus="check(#{myForm.packingListId})"

When creating a calendar you get an input field and an img that popups the calendar.

In the js function I can disable the input field:

function check(packId) {
  var canEditThisDate = true;

  // canEditThisDate = true/false <--  checked using jQuery.ajax() if date can still be
  // updated by the user


  if (! canEditThisDate) {
    jQuery("input[id='shipmentForm:orderpickDateInputDate']").attr("disabled", true);
  }
}

The input field can then not be changed manually.
But you can still click on the img and select a date and then the input field is updated with the selected day.

How can I disable the richfaces popup in the js function?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T18:16:55+00:00Added an answer on May 16, 2026 at 6:16 pm

    Found a simple solution.

    The input field id = shipmentForm:orderpickDateInputDate

    The img id = shipmentForm:orderpickDatePopupButton

    I Use following JQuery code:

            jQuery("[id*='shipmentForm:orderpickDate']").hover(function() {
                checkIfOrderPickDateCanBeUpdated(#{shipmentForm.currentPackingList.id});
            });
    

    And hide/show the img:

        function checkIfOrderPickDateCanBeUpdated(packId) {
            var ret = false;
    
            jQuery.ajax({
                  url: '/wms/seam/resource/dbutil?cmd=getFreightDocIdByPackId&amp;packId=' + packId,
                  async: false,
                  success: function(data) {
                      if (data == "0") {
                          ret = true;
                      } else {
                          ret = false;
                      }
                 }
            });
    
            if (ret) {
                // enable order pick date field
                jQuery("input[id='shipmentForm:orderpickDateInputDate']").removeAttr("readonly");
                jQuery("img[id='shipmentForm:orderpickDatePopupButton']").show();
            } else {
                jQuery("input[id='shipmentForm:orderpickDateInputDate']").attr("readonly", true);
    
                jQuery("img[id='shipmentForm:orderpickDatePopupButton']").hide();
            }
    
            return ret;
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to get the date from a rich:calendar component in javascript in order
Rich Hickey and others have mentioned that Clojure will not get a significant improvement
How can I show icon only for rich:calendar component? I needn't any input,just icon.
Can anyone helpme how to create a rich calendar in JSF.The sample project created
I'm Using rich faces 4 I'm using input number slider <rich:inputNumberSlider value=10 width=500 minValue=1
I am creating a rich edit text box like so: const char *testText =
I have a rich text box that is being updated with log information. There
I m using a rich:calendar to display Date in my application But some how
I'm trying to something like this: <?xml version=1.0/> <ui:composition ....> <h:inputText id=#{id}InputText value=#{value}/> <rich:calendar
Rich sites such as facebook send you an email for every event that takes

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.