Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Footer in App Framework doesn't go away

bharat_b_
Beginner
1,080 Views

I tried to added Footer in App Framework but now there is no way to delete it. In WYSIWYG footer cannot be selected.

Please help for how to delete it.

0 Kudos
1 Solution
Chris_P_Intel
Employee
1,080 Views

If you do delete the footer from the DOM Tree or Code view, then be sure to visit the page definition in the code view and make sure that the data-footer attribute is set to none.  (eg  data-footer="none" ) otherwise App Framework will continue to provide a default footer. 

 

In fact, I bet that is what has happened(*), because the App Framework provided footer isn't known about by the Design View and thus is not selectable/deletable.  But the fix is simple. Just set the data-footer attribute on the page.

 

(*) don't _remove_ the data-footer attribute either, because then App Framework will provide the default footer.

View solution in original post

0 Kudos
4 Replies
Adebayo_A_
Beginner
1,080 Views

You can delete it from the DOM Tree View.

 

0 Kudos
Chris_P_Intel
Employee
1,081 Views

If you do delete the footer from the DOM Tree or Code view, then be sure to visit the page definition in the code view and make sure that the data-footer attribute is set to none.  (eg  data-footer="none" ) otherwise App Framework will continue to provide a default footer. 

 

In fact, I bet that is what has happened(*), because the App Framework provided footer isn't known about by the Design View and thus is not selectable/deletable.  But the fix is simple. Just set the data-footer attribute on the page.

 

(*) don't _remove_ the data-footer attribute either, because then App Framework will provide the default footer.

0 Kudos
bharat_b_
Beginner
1,080 Views

Hi Adebayo A,

Below are the screens from Intel XDK there is no footer available in DOM TREE view to delete.

dom tree1.png

dom tree_0.png

 

 

0 Kudos
bharat_b_
Beginner
1,080 Views

Hi CHRIS P,

That worked like a charm .

Thank you so much.

:)

 

0 Kudos
Reply