Search found 7 matches

by dhjdhj
Thu Nov 17, 2022 5:00 pm
Forum: General Questions
Topic: Some preferences aren't remembered
Replies: 3
Views: 1500

Re: Some preferences aren't remembered

This gets even worse -- I wanted the CSS stuff to be external so that I could NOT publish the CSS (I don't want the CSS stuff) but setting that to use a global CSS file doesn't get remembered either.
by dhjdhj
Thu Nov 17, 2022 4:54 pm
Forum: General Questions
Topic: Some preferences aren't remembered
Replies: 3
Views: 1500

Re: Some preferences aren't remembered

Even worse - if you change the setting and then you open a qwb file, that preference still gets reset
by dhjdhj
Thu Nov 17, 2022 4:52 pm
Forum: General Questions
Topic: Some preferences aren't remembered
Replies: 3
Views: 1500

Some preferences aren't remembered

I changed the HTML formatting from Default to Beautify.
However, next time I started the program, the formatting was back to Default.
by dhjdhj
Sun Aug 18, 2019 11:56 am
Forum: General Questions
Topic: How do I use vue.js with Quick n Easy?
Replies: 4
Views: 21914

Re: How do I use vue.js with Quick n Easy?

Vue.js is a Javascript framework, similar in purpose to REACT or AngularJS and so forth I realize that Quick 'n Easy is not an HTML editor but it does need to have a way to drag arbitrary tags into the page as that's how you use all of these frameworks. It does have an HTML object in the toolbox so ...
by dhjdhj
Sun Aug 11, 2019 4:04 pm
Forum: General Questions
Topic: How do I use vue.js with Quick n Easy?
Replies: 4
Views: 21914

Re: How do I use vue.js with Quick n Easy?

I've made a bit of progress by using Object HTML to insert the new name/value pairs that I need. But I'm still struggling a little --- for example, I want to be able to use an Unordered List where Vue will create multiple LI items on the fly but I can't find an object that represents a UL and/or fig...
by dhjdhj
Sun Aug 11, 2019 3:14 pm
Forum: General Questions
Topic: How do I use vue.js with Quick n Easy?
Replies: 4
Views: 21914

How do I use vue.js with Quick n Easy?

I'm getting up to speed with Vue as it seems the most convenient way to do some basic interactive pages for internal use. However, having build a rather simple page by hand (as a means of learning vue.js), I'm struggling to see how to integrate that stuff into Quick 'n Easy --- For example, i create...
by dhjdhj
Fri Jun 21, 2019 1:14 am
Forum: General Questions
Topic: How do I get jquery included when I preview?
Replies: 1
Views: 11454

How do I get jquery included when I preview?

Other than manually inserting something like <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script> into the end of the HTML, I can't see how to get the program to generate such an entry automatically. In the advanced section of the property inspector, the...