
Search In
To change the Background color, Font color, Font style in UIwebview, follow the following line of code.
[webview loadHTMLString:[NSString stringWithFormat:@"<html><body style=\"background-color: red; font-size: 15; font-family: HelveticaNeu
If we want to apply condition on changing of specific indexed value of select box we simply do this:
$('#select_id').change(function(){
if(((parseInt($('option:selected',$(this)).val()))==2)||((parseInt($('option:selected',$(this)).val()))==3)
You can change UISearchField text color in iOS. Use single line of code to do it.
[[UILabel appearanceWhenContainedIn:[UISearchBar class], nil] setTextColor:[UIColor whiteColor]];
Happy Coding!!!
Odoo store time in UTC timezone how it can be change to GMT timezone default thanks in advance for help.
Description:
System time is different then the time in log and if time is selected and 1am it save time 5 hours before and so the date also chan
Hello Readers!
Today, We will discuss about the PHP 5.4 new feature trait and it's method accessibility/visibility. A trait is similar to a class. It is used to reduce the duplication of the code. But a trait cannot instantiate on its own.
You c
The changes that i do in Web UI, say if i add a tab in Web UI, then that tab should appear in android app dynamically.
Is there a way i can achieve this ??
Is there a way to get information about UI components from server and updat
I actually want to change particular background of grid view from another activity at user given position. But when i go to activity which contains grid view , add call gridView.getChildAt(position) i got an error .getGetChildAt() call on null object
Hi,
In android, we have TextWatcher interface to keep track of input that we are typing.
Usually it is very useful when we need verification on the basic of text length and content also.
It has method onTextChanged(CharSequence s, int start, int be
This method is used to change the content of the elements . It change only selected elements .It can also replaces the selected content with new content.It doesn't take any arguments.
Syntax :
$(selector).html()
Return content :
$(selector).html
We are change the input type file title with the help of this script
Like Browse Title Change in to Choice File
use this script for change Title
function browseclick(){
var fileinput = document.getElementById("browse"); // use input file id
