
Search In
Hello guys,
In the liferay portal, some of private and public layouts portal properties are disabled. So we need to define these properties as below.
layout.user.private.layouts.enabled=false
layout.user.private.layouts.auto.create=false
layout.us
Selenium Webdriver is a automation testing tool which is used for testing the web applications. Opening and closing a browser is the very first test step in Selenium which a tester would like to do. The 'Commands' refers to what Selenium has to do. S
To install account module and searching by name in account module in customers invoice form and get results in particular name use this code in account_invoice file in account module in openerp.
Code given below:-
def name_search(self, cr, user, n
Hi guys,
How to allow copy content option for a secured PDF. Currently am using Spire.PDF library, it is giving result as I except, it is a free version – supports only for below 10 page PDFs, but my pdfs have more than 200 pages. Any other solutions
WordPress is one of the most popular and simple platforms for blogging. It has themes, plugins, widgets and functions/resources which are used to improve your blog or website. WordPress provide most of the themes and plugins free which are developed
an event listener method fires whenever user clicks on a button. It attaches an event handler to the document.
Example
<!DOCTYPE html>
<html>
<body>
<p>This is the example of addEventListener() method.</p>
<butto
For running multiple jQuery methods within a single statement,we make use of chaining.
here is the example:
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></s
You can take reference form below example to find the value in an array list using php in_array.
Suppose you have a list of Favorite List items (for example a list of colors names) and you want search your color is exist in list or not exist.
Recently, I faced a problem when the date was saved in different fields month, year and date. I need to club all these fields together and run a between query on it.
Another issue which was there was that Date has '0' contacted if the value is less
The Carbon class is inherited from the PHP DateTime class.
Example:
<?php
class Carbon extends \DateTime
{
// code here
}
?>
There are n number of situation when we want to get the 1 day or 2 days old data. For this we will do calculati
