
Search In
On the server side, we can simply defined an ir.actions.client. In below code we will use .xml file.
<record id="action_home_page" model="ir.actions.client">
<field name="tag">petstore.homepage</field>
</record>
For menu
The initial demonstration module already provides a basic widget:
For example code look like below.
local.HomePage = instance.Widget.extend({
start: function() {
console.log("pet store home page loaded");
},
});
It extends Widget() a
Hi..!
I am working on Windows application using c#, in which I am using a TabControl. What I have to do is to open a tabpage dynamicaly on user's choice i.e if the user clicks on the NewUser button then the "New User" tabpage should get open &
I wan to build a page which is opened when some page label was clicked and the page show a picture which is continuous updated by continuous latest data as shown by below picture:
it receives many points of data within 1 minute and I want to only
Folks,
I'm trying to add a content filter (banned words filter) onto a web proxy. When the Javascript detects any of the banned words on the page, it should:
* echo/print on screen/display a warning to the user:
"Banned word "blah bla
Hello friends how can i arrive at my expected output in my android project?
Currently, I am getting all the output values such as brand,model,type,variant as integers instead of text. Actually i need my result as
RegNo: TN10D5551
Brand:AUDI
Hello Friends,
Some time we need to set a different layout for our web-page. Mean this page will appear some thing different by the mean of different header, footer or some thing different by look and appearance. For this you need create a different
Hello Readers,
This tutorial will guide you about "How to change category page layout ".
There are different ways to change the category layout in Magento.
1. Change individual category page layout
Login to admin panel
&
Hello all,
While playing with of code, we came across a situation where had to show a pdf file in our html page and to do that, I found a very simple solution where showed the file by passing the file path to the src attribute of the iframe.
to do
Source: tinhthongsoft.com
Ruby, an Object Oriented scripting language for web-development, gets extension from a software library called Rails. As a collective framework for web development, Ruby on R