Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - shabins

Pages: [1]
1
Help for ParamQuery Select / what is uuid?
« on: February 08, 2016, 01:35:25 pm »
what is uuid?

Is it depend on the length of menu items or something else.
In my case it is showing 5.Will it be always 5 or can be different.

2
Thanx for the reply..
But is there any method which sets returning value in textbox.How should i pass the datasource in the following call.

            $("#selectedDomainValue").pqSelect({
                multiplePlaceholder: 'Select Policy',
                checkbox: true //adds checkbox to options   
            }).on("change", function(evt) {
                selectedVal = $(this).val();
                $("#selectPolicies").val(selectedVal);
                //alert(val);
            }).pqSelect('close'); 

3
Hello Team,
Recently i used your widget pqselect and it is working fine for client side but i m stuck at server side response.
on load of jsp page its working fine but after adding some record into database via this option and when response is returning than dropdown textbox must show value from database and checkbox must show checked.


Thanx for the reply..
But is there any method which sets returning value in textbox.How should i pass the datasource in the following call.

            $("#selectedDomainValue").pqSelect({
                multiplePlaceholder: 'Select Policy',
                checkbox: true //adds checkbox to options   
            }).on("change", function(evt) {
                selectedVal = $(this).val();
                $("#selectPolicies").val(selectedVal);
                //alert(val);
            }).pqSelect('close'); 

Pages: [1]