Please create a search and sort function! A briliant piece of work but having those two would complete it.
It would be a common requirement I would think.
Cheers
It would be a common requirement I would think.
Cheers
Hi leonchin,
Can you say a bit more please? Is this Seach and Sort in ChronoForms? or in ChronoComments?
Bob
Can you say a bit more please? Is this Seach and Sort in ChronoForms? or in ChronoComments?
Bob
Hi Bob,
sorry, that would be chronoforms. I've been spending many many hours trying different apps but I do like chronoform in general. I have resorted to using LQM to run queries and chronoform to enter data. Although it query functions work well but I prefer the flexibility of chronoform in terms of custmisation of page templates.
My wish list would be to have a search function to display record, to sort data results in chronoform and in chronoconnectivity and finally a calendar popup to enter date value in date fields.
Maybe you or someone else have answers to my headache
Leon
sorry, that would be chronoforms. I've been spending many many hours trying different apps but I do like chronoform in general. I have resorted to using LQM to run queries and chronoform to enter data. Although it query functions work well but I prefer the flexibility of chronoform in terms of custmisation of page templates.
My wish list would be to have a search function to display record, to sort data results in chronoform and in chronoconnectivity and finally a calendar popup to enter date value in date fields.
Maybe you or someone else have answers to my headache
Leon
Hi Leon,
You can always build in the search and list capabilities - hard to say more without a specific example.
There are a couple of calendars, Max has built one into ChronoForms v3.0. Create a test form with the Wizard to see the code. I tend to use the Joomla built in calendar.
Bob
You can always build in the search and list capabilities - hard to say more without a specific example.
There are a couple of calendars, Max has built one into ChronoForms v3.0. Create a test form with the Wizard to see the code. I tend to use the Joomla built in calendar.
<?php
JHTML::_('behavior.calendar');
. . .
$name = 'field_name';
$selected = 'saved value'; // edit to suit
echo JHTML::_('calendar', $selected, $name, $name, '%d-%m-%Y', 'style="width:120px;"');
. . .
Bob
This topic is locked and no more replies can be posted.