Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - cpfavre

1
Suggestions / Mobile meta tags

Hi,
Can you add an option that insert the following meta tags in the main layout for those who want the option to have the app full screen on mobiles

<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">


2
Questions / Deploy the app
Hi,
Does anyone have a manual giving instruction how to deploy this outside localhost.

The only thing that I saw is to make sure the flag publish to production is set to true. Ok, done :). Now where do you set the DTB connection.

Do I have to modify the config file once published/

Thank you.


5
Questions / Re: Set Field Datasource
Thank you, noted.

Can I enter a query in the default value? and how?  Is there any documentation / video?
What I am asking does not seem out of the ordinary? :-) or maybe there are other ways to achieve this.
Thank you.
6
Questions / Set Field Datasource
Hello,
I am trying to have a field in a entry form to be populated from a query.

I use a textbox  and select the "AutoCompleteDataSource" where I selected a Custom SQL

in the Sql Query editor I enter the following
 
"SELECT  DISTINCT id AS value  FROM tbl_master WHERE is_current =1

I tested it and it indeed return a "value" of 8.

What do I have to do for this value to be enter in the field automatically?

Thank you.
8
Questions / Re: Date properties
Hi,
This is what I have. Is there a date widget?  As of now all I have is a empty field and nothing happen if I click on the date icon.
Do I have to enter the date manually?

I don't have a datepicker format either.
Thanks.
9
Questions / Date properties
Hi,
Can someone tell me what to enter in the field property for a date.
After selecting the date in the "Add Page Field" and moving to the  "Field properties", I cannot find what I need to display a date. It has  textbox, select ( no dates in the quick list). Basically is there a widget to enter/update dates?

Thank you