ractivejs Questions

1

Here's the fiddle (sorry about the alerts) http://jsfiddle.net/PCcqJ/92/ var ractive = new Ractive({ template: '#templateOne', partials: { aPartial: '<div>Oh look, the partial is rendered...
Ellington asked 15/7, 2015 at 17:58

1

I'm trying out a simplified version of the pie chart demo from Paths.js' website at http://andreaferretti.github.io/paths-js-demo/, to understand how it works when used with Ractive. I have most of...
Splay asked 26/5, 2018 at 16:11

1

Solved

I am creating example application with Ractive.js and gridstack.js, but can't figure out how to add gridstack as a decorator. I think this is the proper way to add jQuery elements to ractive.js, pl...
Element asked 16/1, 2017 at 9:16

2

Solved

I can instantiate (sub)components manually using tags, but I don't know how to do it dynamically, or, how to insert and remove different components in the same area using tags. Today I instantiate...
Fastening asked 26/6, 2015 at 14:6

2

Solved

I like to pull in some remote data when rendering a ractive template. Due to the async nature of the request no data makes it into output. How can I make that happen? var ractive = new Ractive({ ...
Avilla asked 25/4, 2014 at 20:7

1

Solved

I have a form with multiple fields, some of them being for plain text and some of them require plugins for advanced select and upload capability. There are 2 problems with this: ractive needs t...
Latterll asked 15/4, 2014 at 12:31

1

Solved

My page includes several components that exist as separate AMD modules. Each of these components is turned into a single file by the Require.js optimiser. Because several of these components share ...
Stableman asked 25/2, 2014 at 20:32

1

Solved

Lets say I have the following code: template <a on-click='myfunc' href="#">Activate!</button> javascript var ractive = new Ractive({ el: output, template: template }); ractive.o...
Conciliar asked 25/9, 2013 at 21:35

2

Solved

I'm learning how to use ractive and can't solve a problem, the code is at the following jsfiddle. The gist of what I'm doing is counters for a queue (last object in array is current person): 1. A ...
Gery asked 19/9, 2013 at 8:50
1

© 2022 - 2024 — McMap. All rights reserved.