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

Amazing Tool !
And only tool I know that allows complete Scaffolding in terms of component creation. It really saves loads of time (actually much more than that). Simple architecture enables quick and painless changes at any time. Code is clean and consintent. It's just... what's the word... neat! :) Great work! You should definetely try this one!

pi_wo (JED)
         

Get Started