devbridge / BetterCMS

A publishing focused and developer friendly .NET Open Source CMS.
GNU Lesser General Public License v3.0
375 stars 151 forks source link

Implement CMS` and site`s DOM separation - DOM separation using IFrame to avoid DOM and CSS conflicts #1005

Open Audrunas opened 10 years ago

Audrunas commented 10 years ago

When loading page - CMS wrapper should be loaded as HTML page, and all page content should be loaded within frame. It may be loaded as HTML script and then rendered within iFrame Later, instead of whole page reloading, only iFrame can be reloaded

Audrunas commented 10 years ago

Process started in the branch "dev-2.0.0-iframe".

Audrunas commented 10 years ago

Problems: