Flashblocks Flash CMS
Welcome, Guest
Please Login or Register.    Lost Password?
Saving a text field value w/o invoking text editor (1 viewing) (1) Guests
Go to bottom Post Reply Favoured: 0
TOPIC: Saving a text field value w/o invoking text editor
#5685
admin ()
User Online Now Click here to see the profile of this user
Flashblocks Birthdate: 2005-02-14
 
Re:Saving a text field value w/o invoking text editor 2 Months, 1 Week ago
Try this:
Code: :

  btn.onPress = function () {     myText.text "TEXT2"     flashblocks.Flashblocks.TheData.fb0.myText = {pre:[{theContent:"TEXT2"}]}     flashblocks.Flashblocks.Registered.fb0.changed true     //flashblocks.Flashblocks.TraceObject(flashblocks.Flashblocks.TheData) }


We are now at a point where there is no need to use an Editblock at all.
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/09/26 01:36 By admin.
  The administrator has disabled public write access.
#5692
Re:Saving a text field value w/o invoking text editor 2 Months, 1 Week ago
This works! Data now writes flawlessly, even when the divs had not been created yet. Awesome! Thank you!!
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5699
admin ()
User Online Now Click here to see the profile of this user
Flashblocks Birthdate: 2005-02-14
 
Re:Saving a text field value w/o invoking text editor 2 Months, 1 Week ago
It's not a bad idea. I may even add a public method for simplifying direct manipulation of data.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop

Thank you