
Search In
Hello Guys
Liferay provide startup funcationality to deploy theme. portlet and hooks etc.
You can utilize the StartupAction. It is merely an Event of liferay, which is get triggered on startup of a plugin in liferay portal. This method will only g
Hello Guys
Many times we are getting NullPointerException in our liferay server log during upload, upadte and delete files.
Error look like as below in our server log :
20:22:50,828 INFO [liferay/search_writer/SYSTEM_ENGINE-3][BaseSpellCh
These are the following Useful Properties and the events of the Calendar control:
DayNameFormat: style of the days of the week.
Possible values are FirstLetter, FirstTwoLetters, Full, Short, and Shortest.
NextMont
Hi,
Below code example will help you to "show the current date month and year using javascript".
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
CSS Media types
CSS media types is an important feature of CSS style sheet which specify how to format or present a document on different media i.e on screen, on paper, with speech synthesizer.
There are following different ways to sp
If you want to call custom create method if method is not defined then follow the following code in your .py file.
if values.get('acquirer_id'):
acquirer = self.pool['payment.acquirer'].browse(cr, uid, values.get('acquirer_id'), contex
Now this is the issue that we were facing form a long time. To align an element center horizontally we have been using margin: 0 auto and to align an element center vertically is even more difficult. But with the use of flexbox it is very easy.
Now
For this you have to install these modules :-
views
geophp
geocoder
geofield
addressfield
libraries
leaflet
Hello Friends, As we know that PHP become one of the most popular web scripting language to develop dynamic web applications. With the advancements in technology, there are lots of frameworks introduced for PHP which provides different features. Most
Binary search is an efficient linear search algorithm which is also known as half-interval search or logarithmic search. In this algorithm we try to find the target value inside the linear structure. The range should be sorted in order to apply binar