Questions tagged [enyo]

An open-source JavaScript framework for building single-page applications, based on code that powered HP webOS 3.0 for the HP TouchPad device, but now supporting a wide range of desktop and mobile browsers. The core principles are object-orientation, encapsulation of view and functionality, and code reuse.

An open-source JavaScript framework for building single-page applications, based on code that powered HP webOS 3.0 for the HP TouchPad device, but now supporting a wide range of desktop and mobile browsers. The core principles are object-orientation, encapsulation of view and functionality, and code reuse. More details at http://enyojs.com.

196 questions
0
votes
1 answer

Code Organization with CSS and Javascript

I'm using Enyo to build a web application; a "normal" way of organizing the files might look like this: CSS: webapp/css JS: webapp/js Other stuff: webapp/assets One of my co-workers had a seemingly good idea to co-locate the Javascript and CSS, so…
Travis Webb
  • 14,688
  • 7
  • 55
  • 109
0
votes
1 answer

How to make the row of repeater slideable using enyo.js?

I have a repeater .On which intap I am giving a method.Like that I want to give different method onswipe of each row. {kind: "Scroller",classes:"enyo.fit",touch:true,style: "width: 314px; height:380px;",components: [ {kind: "Repeater",…
Suchismita
  • 85
  • 12
0
votes
1 answer

Want to display the popup on the selected row in enyo.js

I have a repeater In which I am displaying different values.On click of each row I want to display few values.But in the enyo example the content of the popup is popup..... This content I want to change.I have tried as below I have the popup- {name:…
Suchismita
  • 85
  • 12
0
votes
1 answer

give different value to the popup using enyojs

I have a repeater In which I am displaying different values.On click of each row I want to display few values.But in the enyo example the content of the popup is popup..... This content I want to change.I have tried as below I have the popup- {name:…
Suchismita
  • 85
  • 12
0
votes
1 answer

Action bar in enyo

I want to create an action bar in enyo.js.Which will be common in all the pages of my application on the top of each page.Please help me how to do this. Thanks
Suchismita
  • 85
  • 12
0
votes
1 answer

Onclick of button method not working in enyo.js but working fine onload of list or repeater

I have the the repeater.js in which m getting the values on load.that is setupItem method.. I want to get the same value on click of an button..This problem m getting in case of both list and repeater...data are loading onload but on button its not…
Suchismita
  • 85
  • 12
0
votes
4 answers

Why is the script tag broken up in to two strings?

Possible Duplicate: Why split the