×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Change default behavior for form fields
Nancy Anderson
Junior Member
Posts: 20
10 years 6 days ago #478
by Nancy Anderson
Change default behavior for form fields was created by Nancy Anderson
Hi,
I inherited a component and a few of the table filed names appear to be joomla reserved words.
For example, there is an address table that has a field named 'state'. Joomla is interpreting that as the published/unpublished field. So here's the question,
1. Can I mark the field in the component creator in some way to stop that from happening automatically in the code?
2. Where would I need to change the code for the admin edit forms to stop the default rendering of this field as a drop down.
(I found where to do that in the lists, but it isn't as obvious in the edit screen.)
thanks,
nancy
I inherited a component and a few of the table filed names appear to be joomla reserved words.
For example, there is an address table that has a field named 'state'. Joomla is interpreting that as the published/unpublished field. So here's the question,
1. Can I mark the field in the component creator in some way to stop that from happening automatically in the code?
2. Where would I need to change the code for the admin edit forms to stop the default rendering of this field as a drop down.
(I found where to do that in the lists, but it isn't as obvious in the edit screen.)
thanks,
nancy
Please Log in or Create an account to join the conversation.
Erik van Doorne
New Member
Posts: 9
9 years 11 months ago #516
by Erik van Doorne
Replied by Erik van Doorne on topic Change default behavior for form fields
Hi Nancy, I pointed out this is happening in other situations and with other reserved words as well. The form should validate for/against reserved words and not allow you to use them as field names.
Have you tried simply renaming the field name ?
Regards,
Erik
Have you tried simply renaming the field name ?
Regards,
Erik
Please Log in or Create an account to join the conversation.
Nancy Anderson
Junior Member
Posts: 20
9 years 11 months ago #519
by Nancy Anderson
Replied by Nancy Anderson on topic Change default behavior for form fields
Hi,
Thanks.
Just for clarity the component was already built, I was trying to use Component Creator to build a admin back end for it. Changing the field name would impact a moblie app that is already in use, so that is not an option, darn it. Obviously, for new compuents this isn't a problem. I ended up using Fabrik. It's definitely not CC, but for this use it worked okay.
thanks again,
nancy
Thanks.
Just for clarity the component was already built, I was trying to use Component Creator to build a admin back end for it. Changing the field name would impact a moblie app that is already in use, so that is not an option, darn it. Obviously, for new compuents this isn't a problem. I ended up using Fabrik. It's definitely not CC, but for this use it worked okay.
thanks again,
nancy
Please Log in or Create an account to join the conversation.
Time to create page: 0.052 seconds