Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

Problem with Form Label from FORK 29 May 2015 20:12 #13198

I created my FORK for my form to add some new fields.
then I was trying to change the Form label in order to show NEW or EDIT respectively.

Then when I changed the label name in the form. it does not read the new value. It just keep showing the original form label.
Original form:
<fieldset name="contractassets.form"
			addfieldpath="/administrator/components/com_mycomponent/models/fields"
			label="MYCOMPONENT_JFORM_NEW_EDIT_VIEW_2">

FORKED FORM:
<fieldset name="contractassets.form"
			addfieldpath="/administrator/components/com_mycomponent/models/fields"
			label="MYCOMPONENT_JFORM_EDIT_VIEW">

It does not read the new label from my FORKed from.


Please help.
ALSO could you tell me how would it be the best procedure to recognize which label to print according if it is a NEW item or Edit Item in the form view.
Something alone the lines like
<legend><?php echo ($my_code_is_new)? JText::_($fieldSets['contractassets.form']->label) : 'My EDIT LABLE HERE';?></legend>
//OR
	<legend><?php echo ($this->item->id != 0)? 'My EDIT LABLE HERE' : JText::_($fieldSets['contractassets.form']->label);?></legend>
MS - Lyquix

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.048 seconds

I must say that I'm leaps and bounds ahead of where I would have other been with J2.5 with full thanks to the folks on this forum and specifically to Cook so you'll never hear me complaining.
gdpodesta (Forum)  

Get Started