Search found 289 matches

by alex4orly
Thu Sep 23, 2021 9:04 am
Forum: General Questions
Topic: label for radio button or Checkbox
Replies: 2
Views: 4344

label for radio button or Checkbox

In my Windows days, I use to attache a lable to those objects, but it seems in QAEWB this is not an option, or maybe I am missing something, so I ended up placing the checkbox in one column of a Layout Grid, and the text in the other

Hope someone can clarify this for me

Thanks
by alex4orly
Thu Sep 23, 2021 9:00 am
Forum: General Questions
Topic: Combobox not showing on page
Replies: 4
Views: 5681

Re: Combobox not showing on page

I found out in the meantime a better option, in my case I wanted to include in the combo box only data from certain columns, hope this can help someone else here var myArray; var coords; var showList; $.ajax({ url: './contacts125.csv', success: function(data) { var splitData=data.split("\n"...
by alex4orly
Tue Sep 21, 2021 6:55 am
Forum: General Questions
Topic: Combobox not showing on page
Replies: 4
Views: 5681

Re: Combobox not showing on page

Pablo wrote: Tue Sep 21, 2021 6:03 am Do you have a demo project so I can see all your settings?
I wanted to create a new project to send you, but it seems to have fixed itself????
Is there a way in the combobox to load data dinamically from a csv instead of hard coding it?

Cheers
by alex4orly
Tue Sep 21, 2021 3:28 am
Forum: General Questions
Topic: Combobox not showing on page
Replies: 4
Views: 5681

Combobox not showing on page

Just stated a new page : https://squadron-125.org.il/page5.html

It has one Layoutgrid, 2 columns
In the right column, a Combobox

When I run the page, the Combobox does NOT show on the page

Any suggestions?

Thanks
by alex4orly
Thu Jul 15, 2021 4:08 am
Forum: General Questions
Topic: Admin user edit
Replies: 1
Views: 3981

Admin user edit

I am using the admin object to manage the user list here:
https://nmaa-rc.org.au/adminusers.jpg

How can I replace the "Status" column with another column in the csv table?
Or, insert another column into that view?

Thanks
by alex4orly
Wed Jul 07, 2021 8:15 am
Forum: General Questions
Topic: File selection ID
Replies: 0
Views: 12943

File selection ID

I created an upload file page using the built-in QEWB object here : https://nmaa-rc.org.au/uploadpics.html I wanted to validate what file the user is trying to upload, the element ID of the input / button object is : fileToUpload But, when trying the following code: var selected = document.getElemen...
by alex4orly
Tue Jul 06, 2021 9:05 am
Forum: General Questions
Topic: Ckeditor
Replies: 2
Views: 4526

Re: Ckeditor

Thanks
by alex4orly
Tue Jul 06, 2021 4:03 am
Forum: General Questions
Topic: Ckeditor
Replies: 2
Views: 4526

Ckeditor

I would like to try this editor instead of summernote.
But, can't find the download link here.

Cheers
by alex4orly
Mon Jul 05, 2021 12:36 pm
Forum: General Questions
Topic: Give visitor page edit access
Replies: 46
Views: 42396

Re: Give visitor page edit access

OK,

Thanks
by alex4orly
Sat Jul 03, 2021 7:40 am
Forum: General Questions
Topic: Give visitor page edit access
Replies: 46
Views: 42396

Re: Give visitor page edit access

I created a new page, password is password
https://nmaa-rc.org.au/adminedit21.php

But, when I save the page, only a .json file is generated, not a html page

How can I fix this?

Thanks
by alex4orly
Sat Jul 03, 2021 7:05 am
Forum: General Questions
Topic: Give visitor page edit access
Replies: 46
Views: 42396

Re: Give visitor page edit access

Yes, that should work

Thanks again
by alex4orly
Sat Jul 03, 2021 3:42 am
Forum: General Questions
Topic: Progress bar
Replies: 1
Views: 4100

Progress bar

I want to use it, but I need an example for a file upload or download action.

How?

Thanks
by alex4orly
Sat Jul 03, 2021 3:39 am
Forum: General Questions
Topic: Give visitor page edit access
Replies: 46
Views: 42396

Re: Give visitor page edit access

It seems however that it effects both , horizontal between cells and vertical between lines.
I only want to do it between lines, any other way?

Thanks
by alex4orly
Thu Jul 01, 2021 6:52 am
Forum: General Questions
Topic: Give visitor page edit access
Replies: 46
Views: 42396

Re: Give visitor page edit access

If so, what is the "T" button in the editor?
Any hint on how to add padding in the html?

Cheers
by alex4orly
Wed Jun 30, 2021 7:53 am
Forum: General Questions
Topic: Give visitor page edit access
Replies: 46
Views: 42396

Re: Give visitor page edit access

OK, this works now fine.

But something stranage : https://nmaa-rc.org.au/memberfees.html
The editor shows a setup for line height, but I can't figure out how to use it, to space out the rows

Cheers