Im a little new to AngularJs but I would like AngularJs to populate a CMS page property and then when I click on Save it appear in the PublishedEntities Properties.
I can populate the Textbox property using AngularJs like this:
If I touch the textbox and add a space at the end of the textbox and then click save the value has been entered into fbAccessToken, but I dont want the user to have to do this so I have tried a mixture of FocusOn FocusOut, triggering keypresses etc but alas none of these work.
Does anyone know how I can populate a Textbox property in the CMS using Jquery/angularJS and for it to appear in the PublishedEntities Properties as expected?
AngularJS populate CMS page property
Hi,
Im a little new to AngularJs but I would like AngularJs to populate a CMS page property and then when I click on Save it appear in the PublishedEntities Properties.
I can populate the Textbox property using AngularJs like this:
BUT when I get as far as the ApplicationEventHandler:
fbAccessToken is NULL.
If I touch the textbox and add a space at the end of the textbox and then click save the value has been entered into fbAccessToken, but I dont want the user to have to do this so I have tried a mixture of FocusOn FocusOut, triggering keypresses etc but alas none of these work.
Does anyone know how I can populate a Textbox property in the CMS using Jquery/angularJS and for it to appear in the PublishedEntities Properties as expected?
Thanks
Jon
is working on a reply...