
Search In
Hello All,
The following code below will help you to create Tab Bar in phoneGap Onesen UI.
<ons-tabbar>
<ons-tabbar-item
icon="home"
label="Home"
page="FirstPage.html"
active="true"></ons-tabbar-item>
<
What Is Browser ?
In the common words, browser is a software application where we can recover, study and show the data on the WWW (World Wide Web).There are several types of browsers available in the market like Internet Explorer (IE), FireFox (FF),
Hello Friends,
Zend Registry is temporary global storage area. In zend registry you can save values, object or array. With the reason this is global you can access this storage data in any page, controller etc. This is some this similar to save data
Hello Friends,
If you are new in WP and you would like to use short code, get the knowledge of this as below.
Short code is a simple piece of code use in POST or PAGE to invoke set of functionality. For example Contact Form 7 provide
[contact-for
To modify a Joomla Template you need to follow the steps given below:
Login to back-end of Joomla Site.
Click Extensions -> Template Manager. It will open the Template Manager : Styles
You can edit the template by clicking on the name of the Tem
Hello Reader's! if you need to detect whether the webpage is being refreshed by using Javascript you can do this like the example below:-
function CheckRefresh() {
if(document.cookie.indexOf('mycookie')==-1) {
// cookie doesn't exist, create i
Current URL is : http://mysite.com/MyController/view/page1
but if you want something like :http://mysite.com/MyController/page1
means you want to hide action name from URL.
Then go to app/config/routes.php and type the below code.
Router::connect
If you want to use greetingswidget in OpenERP(Odoo) follow the below mentioned code and paste it in your wizard .js file:
local.HomePage = instance.Widget.extend({
start: function() {
this.$el.append("Hello dear Odoo user!");
va
If you want to widget parents and Children in OpenERP(Odoo) follow the below mentioned code and paste it in your wizard .js file:
local.HomePage = instance.Widget.extend({
start: function() {
var greeting = new local.GreetingsWidget(thi
When we print some html page bydefault the header and footer comes. On different browsers its in different way.
To remove it from chrome use
@page{
size: A4;
margin: 5mm; /* this affects the margin in the printer settings */
}
Thi
