Welcome, Guest
Username: Password: Remember me

TOPIC: Version 2 - Manipulating data upon save

Re: Version 2 - Manipulating data upon save 21 Nov 2012 08:31 #5537

  • JoomGuy
  • JoomGuy's Avatar
  • Offline
  • Moderator
  • Joomla Enthusiast, Lover of Cooking
  • Posts: 1115
  • Thank you received: 195
  • Karma: 64
mark d wrote:
Instead

e.data.myField = "constantPrefix" + e.data.myField;

use

var value = "constantPrefix" + e.get('myField');
e.set('myField', value);

model.set() is responsible to trigger necessary events, which the dataview does catch.
@mark e,

again this is irrelevant. The question was asking where in the MVC to manipulate the entered data, not how to do it client-side with JS.

Gez
Need help with your Cook/Joomla Project? . PM me to find out what I can help with. NO time wasters please!!!
The administrator has disabled public write access.
Time to create page: 0.088 seconds

Get Started