-
12 Sep 2012 4:57 AM #1
How do I add "fb-root" to index.html
How do I add "fb-root" to index.html
I am writing an Sencha Touch 2 Mobile Application in Architect and I can't edit the index.html page as it is over written every time I save changes in Architect. What I need to know is how do I add...
<div id="fb-root"></div>...to the body element in Architect so that it dosn't disapear everytime I save the application.
-
12 Sep 2012 7:36 AM #2
I would say your best bet is to have a separate html page, there are ways to change References to css and js files, but don't think there is a way to add body tags in architect.
-
12 Sep 2012 10:14 AM #3
Correct, make a copy of the page.
Aaron Conran
@aconran
Sencha Architect Development Team
-
13 Sep 2012 12:37 AM #4
fb-root auto created
fb-root auto created
Thankfully fb-root div is auto created by the FB.init.


Reply With Quote