Author: jacopoc
Date: Fri Nov 20 15:26:45 2009 New Revision: 882601 URL: http://svn.apache.org/viewvc?rev=882601&view=rev Log: Added empty menu widget macro renderers for csv, xml, xsl-fo, text: they are require to properly render screens containing menu. However they are empty and so the menu will not be rendered with this output (which should be fine). OFBIZ-3207 Added: ofbiz/trunk/framework/widget/templates/csvTreeMacroLibrary.ftl (with props) ofbiz/trunk/framework/widget/templates/foTreeMacroLibrary.ftl (with props) ofbiz/trunk/framework/widget/templates/textTreeMacroLibrary.ftl (with props) ofbiz/trunk/framework/widget/templates/xmlTreeMacroLibrary.ftl (with props) Added: ofbiz/trunk/framework/widget/templates/csvTreeMacroLibrary.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/csvTreeMacroLibrary.ftl?rev=882601&view=auto ============================================================================== --- ofbiz/trunk/framework/widget/templates/csvTreeMacroLibrary.ftl (added) +++ ofbiz/trunk/framework/widget/templates/csvTreeMacroLibrary.ftl Fri Nov 20 15:26:45 2009 @@ -0,0 +1,33 @@ +<#-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +<#macro renderNodeBegin style></#macro> + +<#macro renderLastElement style></#macro> + +<#macro renderNodeEnd processChildren isRootNode></#macro> + +<#macro renderLabel id style labelText></#macro> + +<#macro formatBoundaryComment boundaryType widgetType widgetName></#macro> + +<#macro renderLink id style name title targetWindow linkUrl linkText imgStr></#macro> + +<#macro renderImage src id style wid hgt border alt urlString></#macro> + \ No newline at end of file Propchange: ofbiz/trunk/framework/widget/templates/csvTreeMacroLibrary.ftl ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/framework/widget/templates/csvTreeMacroLibrary.ftl ------------------------------------------------------------------------------ svn:keywords = "Date Rev Author URL Id" Propchange: ofbiz/trunk/framework/widget/templates/csvTreeMacroLibrary.ftl ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/trunk/framework/widget/templates/foTreeMacroLibrary.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/foTreeMacroLibrary.ftl?rev=882601&view=auto ============================================================================== --- ofbiz/trunk/framework/widget/templates/foTreeMacroLibrary.ftl (added) +++ ofbiz/trunk/framework/widget/templates/foTreeMacroLibrary.ftl Fri Nov 20 15:26:45 2009 @@ -0,0 +1,33 @@ +<#-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +<#macro renderNodeBegin style></#macro> + +<#macro renderLastElement style></#macro> + +<#macro renderNodeEnd processChildren isRootNode></#macro> + +<#macro renderLabel id style labelText></#macro> + +<#macro formatBoundaryComment boundaryType widgetType widgetName></#macro> + +<#macro renderLink id style name title targetWindow linkUrl linkText imgStr></#macro> + +<#macro renderImage src id style wid hgt border alt urlString></#macro> + \ No newline at end of file Propchange: ofbiz/trunk/framework/widget/templates/foTreeMacroLibrary.ftl ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/framework/widget/templates/foTreeMacroLibrary.ftl ------------------------------------------------------------------------------ svn:keywords = "Date Rev Author URL Id" Propchange: ofbiz/trunk/framework/widget/templates/foTreeMacroLibrary.ftl ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/trunk/framework/widget/templates/textTreeMacroLibrary.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/textTreeMacroLibrary.ftl?rev=882601&view=auto ============================================================================== --- ofbiz/trunk/framework/widget/templates/textTreeMacroLibrary.ftl (added) +++ ofbiz/trunk/framework/widget/templates/textTreeMacroLibrary.ftl Fri Nov 20 15:26:45 2009 @@ -0,0 +1,33 @@ +<#-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +<#macro renderNodeBegin style></#macro> + +<#macro renderLastElement style></#macro> + +<#macro renderNodeEnd processChildren isRootNode></#macro> + +<#macro renderLabel id style labelText></#macro> + +<#macro formatBoundaryComment boundaryType widgetType widgetName></#macro> + +<#macro renderLink id style name title targetWindow linkUrl linkText imgStr></#macro> + +<#macro renderImage src id style wid hgt border alt urlString></#macro> + \ No newline at end of file Propchange: ofbiz/trunk/framework/widget/templates/textTreeMacroLibrary.ftl ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/framework/widget/templates/textTreeMacroLibrary.ftl ------------------------------------------------------------------------------ svn:keywords = "Date Rev Author URL Id" Propchange: ofbiz/trunk/framework/widget/templates/textTreeMacroLibrary.ftl ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/trunk/framework/widget/templates/xmlTreeMacroLibrary.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/xmlTreeMacroLibrary.ftl?rev=882601&view=auto ============================================================================== --- ofbiz/trunk/framework/widget/templates/xmlTreeMacroLibrary.ftl (added) +++ ofbiz/trunk/framework/widget/templates/xmlTreeMacroLibrary.ftl Fri Nov 20 15:26:45 2009 @@ -0,0 +1,33 @@ +<#-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +<#macro renderNodeBegin style></#macro> + +<#macro renderLastElement style></#macro> + +<#macro renderNodeEnd processChildren isRootNode></#macro> + +<#macro renderLabel id style labelText></#macro> + +<#macro formatBoundaryComment boundaryType widgetType widgetName></#macro> + +<#macro renderLink id style name title targetWindow linkUrl linkText imgStr></#macro> + +<#macro renderImage src id style wid hgt border alt urlString></#macro> + \ No newline at end of file Propchange: ofbiz/trunk/framework/widget/templates/xmlTreeMacroLibrary.ftl ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/framework/widget/templates/xmlTreeMacroLibrary.ftl ------------------------------------------------------------------------------ svn:keywords = "Date Rev Author URL Id" Propchange: ofbiz/trunk/framework/widget/templates/xmlTreeMacroLibrary.ftl ------------------------------------------------------------------------------ svn:mime-type = text/plain |
Free forum by Nabble | Edit this page |