
Search In
For changing the url of admin from our existing magento store there are two methods we have:
Method 1- First Go to app/etc/local.xml file , open this file with an editor .Now find for the admin node where you have to change the frontName to our
This article demonstrate how we can export records from MySQL Table to a CSV file. fputcsv() is a buit in function of PHP which takes an array and a file pointer as parameters which convert the array data into CSV format and writes it to the file.
If you are looking to change the image or color of the widget when it is clicked or focused, Here is the code snippet that explains it:-
Step 1:- set the widget in an XML file for which you want to applying selector:-
<ImageView
android:
To add followers linked to new partner fields first we have to go in .py file (Python file) After that we have to decide where we want followers linked to new partner fields and then write start to end python code in .py file:
for field in fields:
In parent level class we have to go in python file and add some function and script.
In below example I have written Python script to Include only parent level class. you can use below python code in .py file :
def addMaterialsRecursive(components,
If you would like to implement Select All/UnSelect check-boxes with jquery please follow the below code::
<table class="demo-table">
<tr><td><input type="checkbox" name="selectall" id="selectall">Select All</td></tr&
If you would like to get all selected check boxes value in an array. Please use the below code::
<table class="demo-table">
<tr><td><input type="checkbox" name="select[]" class="ab" value="1"></td></tr>
<tr>
Create UIView as UIView *myroundView; or watever name suits u...
Allocate it itz memory as well as its frame & its diameter as-
myroundView = [[UIView alloc]initWithFrame:CGRectMake(40, 18, 15, 15)];
[self setRoundedView:myroundView toDiamete
First create fields rent_duration_unity in your own module then create class and use this rent_duration_unity fields which you created first
in .py file, as shown in code given below.
'rent_duration_unity' : fields.many2one('product.uom', string='
Here I have created a method in DataBase helper(sqlite) to remove Items from RecyclerView. In the example code first i have created deleteCallDetail method and after then In Adpter class I have used ClickListener, so that when we click on cross(Image
