FSN#38630 Binnen een edit-scherm de subframes als tabjes renderen. Niet actief/af
svn path=/Website/trunk/; revision=31811
This commit is contained in:
@@ -333,6 +333,15 @@ FCLTHeader =
|
||||
</script>
|
||||
<![endif]-->
|
||||
<% }
|
||||
if (S("fac_tabframes") > 0)
|
||||
{
|
||||
%>
|
||||
<script>
|
||||
if (window.$ && window.iface)
|
||||
$(iface.tabFrames);
|
||||
</script>
|
||||
<%
|
||||
}
|
||||
},
|
||||
|
||||
defaultTemplate : // De defaults
|
||||
@@ -342,8 +351,8 @@ FCLTHeader =
|
||||
backgroundcolor: "#fafafa",
|
||||
headerimage: "../appl/pictures/banner.png",
|
||||
loginimage: "../appl/pictures/loginbg.jpg",
|
||||
blockheaderbackgroundcolor: "#004f80",
|
||||
blockheadercolor: "#fff",
|
||||
blockheaderbackgroundcolor: "#fafafa",
|
||||
blockheadercolor: "#000",
|
||||
buttonbackgroundcolor: "#78C8E6",
|
||||
buttoncolor: "#fff",
|
||||
buttonhoverbackgroundcolor: "#004f80",
|
||||
@@ -380,8 +389,10 @@ FCLTHeader =
|
||||
portalkopcolor: "#333",
|
||||
profmenubackgroundcolor: "transparent",
|
||||
profmenucolor: "#004f80",
|
||||
requiredbordercolor: "#a0a0a0",
|
||||
showblockheaderbackgroundcolor: "#ddd"
|
||||
requiredbordercolor: "#a00000",
|
||||
showblockheaderbackgroundcolor: "#fafafa",
|
||||
tableheaderbackgroundcolor: "#004f80",
|
||||
tableheadercolor: "#fff"
|
||||
},
|
||||
|
||||
// tpl en cssfile worden alleen gebruikt bij concept/preview, anders zijn ze leeg
|
||||
|
||||
@@ -152,11 +152,15 @@ function BLOCK_END() {
|
||||
function IFRAMER(id, url, params)
|
||||
{
|
||||
params = params||{};
|
||||
%><div id="frm_<%=id%>" class="fcltframe">
|
||||
var cls = "fcltframe";
|
||||
if ("tabframe" in params && !params.tabframe)
|
||||
cls += " notabframe";
|
||||
%><div id="frm_<%=id%>" class="<%=cls%>">
|
||||
<%
|
||||
if (params.buttons)
|
||||
CreateButtons(params.buttons)
|
||||
if (params.initHide) url+="&collapsed=1";
|
||||
if (params.buttons)
|
||||
CreateButtons(params.buttons)
|
||||
if (params.initHide && !S("fac_tabframes"))
|
||||
url+="&collapsed=1";
|
||||
%>
|
||||
<div class="inside">
|
||||
<iframe id="<%=id%>" name="<%=id%>" frameborder="0" width="100%" height="<%=params.initHeight||'20px'%>"
|
||||
|
||||
Reference in New Issue
Block a user