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.055 seconds

  Joomla Developpers won't be able to live without J-Cook's Component Creator! Check it out - it'll save you a heap of time coding so you can concentrate on the creative part of developing!
Mind-Your-Biz-Online

Get Started