0
votes
1answer
194 views

How to validate a form in liferay6.1 using jquery

i have a form with Booktitle,Author.I need to validate these two fields like if any one of them is empty it should display the message as field is mandatory.How can i achieve this.I have searched in ...
3
votes
3answers
1k views

Including jQuery and other JS files in Liferay Theme

I use Liferay 6.1 and I created my theme (sample-theme) and I want add jQuery. How can I do that? Why I have folders: sample-theme and liferay-work and both have folders: css, js, templates? I ...
0
votes
0answers
99 views

How to get effect of changed attribute of DIV tag through ajax-jquery in jsp?

in my code i am able to change attribute value of <div id="xyz" **data-rating="5"**>to <div id="xyz" **data-rating="3"**> through ajax-jquery, but i can not see effect of that in my view ...
2
votes
2answers
486 views

Disabling input fields in a form using jQuery

I have recently upgraded to Liferay 6.0, JSF 2.1 and jQuery 1.7. Here is my html form: <h:form id="fundRequestForm" action="" method="post"> <!-- Inside this I have various form ...
1
vote
1answer
2k views

Using Jquery code inside Liferay 6

I am using Liferay 6 for the Application . I wanted to use , Jquery for the User Interface Part instead of default Alloy . For this i have integrated JQuery with Liferay by editing ...
0
votes
0answers
238 views

Javascript Minifier failing With Liferay 6.0 Upgrade

I have recently upgraded from Liferay 5.2.3 to 6.0 and my jQuery is also upgraded to 1.7. The Javascript minifier started failing for the JS code that was working fine with the previous minifier that ...
0
votes
1answer
221 views

How can i make two redirects after a user logs in a page using Spring MVC in liferay portlets

My question is very strange and i'm not entirely sure if it can be done. I am using Spring MVC in for Liferay and i am trying to achieve the following. The application i am doing has two domain two ...
0
votes
2answers
459 views

change portlet title from code in Liferay without Jquery

I'm having solution to change title of portlet through JQuery. $('#idOfPortlet').find('.portlet-title').html('new title'); But we dont want to use JQuery in our project. Is there any solution to ...
0
votes
1answer
547 views

Using jQuery in ckeditor within Liferay portal

does anybody know, how to make jQuery work in ckeditor plugin ? I created a plugin and I loaded it in ckconfig.jsp CKEDITOR.config.extraPlugins = 'myPlugin'; But the problem is that ...