
Search In
Step-1 Install the warehouse module.
Step-2 After that custmozie .py(Python file) file:
In below example, I have custmozied .py file. You can directly copy the below python code in your .py file -
class stock_warehouse(osv.osv):
_name = "stock
I tried to run the below code
public class TestSelendroidApp {
public static AndroidDriver driver;
public static void main(String[] args) throws MalformedURLException, InterruptedException {
File app = new File("E:\software\selendroid-t
Hello Readers,
If I want to Select Drop down Option Value after Click on Button
(not submit) then we use the below code:
<select name="option">
<option value="http://findnerd.com">Findnerd</option>
<option value="http://faceboo
Friend Function:- Friend Function is Friendly to all the classes which can be declared as a friend of that class. "Friendship is given not taken" this statement means to say the friend is always declared by the class it self. when any class can use f
Hello Guys,
Here, I am writing code for get session attribute in velocity. First of all set session attribute in view.jsp or class of the portlet then get session attribute in velocity template.
Follow below steps to implement.
step : 1 put below
During your first attempt of installing Liferay with eclipse, if you were unable to set your database configuration as MYSQL and it still shows the default database.Then there is a quick solution to this problem.
Steps that should be followed :
1.
2 mg: Light blue nontransparent physical body with a light blue nontransparent cap regarding "2 MILLIGRAMS" printed on the cap 4 milligrams: White nontransparent physical body regarding a blue nontransparent cap regarding "4 MILLIGRAMS" published o
Drupal in it's core have lots of tokens which are basically shortcode or placeholder for any kind of information related to Node, User or System itself. Get a complete list of available tokens in Drupal from:
https://www.drupal.org/node/390482
If y
Step-1 install the account_invoice_copy module.
Step-2 After that customize .py file in account_invoice_copy module.
In below example, I have custmozied .py file. You can directly copy the below python code in your .py file -
def copy(self, c
Draw circle in HTML: In this article I will show you how we can draw circle in HTML canvas. To draw circle in web page we will use Canvas API, we will draw the circle on canvas using the arc() method. Following is the simple example to draw circle on
