Index: lams_central/web/WEB-INF/tags/Tab.tag =================================================================== diff -u -r3f17e8a2b124adc10a555e7a8f578218376f04a6 -r69b1ed138d4cfdad6b55693db77e47ac00fced12 --- lams_central/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision 3f17e8a2b124adc10a555e7a8f578218376f04a6) +++ lams_central/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision 69b1ed138d4cfdad6b55693db77e47ac00fced12) @@ -35,22 +35,32 @@ <%@ attribute name="value" required="false" rtexprvalue="true" %> <%@ attribute name="key" required="false" rtexprvalue="true" %> <%@ attribute name="inactive" required="false" rtexprvalue="true" %> +<%@ attribute name="methodCall" required="false" rtexprvalue="true" %> + <%@ taglib uri="tags-core" prefix="c" %> <%@ taglib uri="tags-bean" prefix="bean" %> <%@ taglib uri="tags-lams" prefix="lams" %> - - + - - +<% // Usually methodCall is selectTab, but the calling code can override methodCall if desired. + // this is handy if the page needs different logic on initialisation and user switching tabs %> + + + + + + + + + - + - + @@ -63,7 +73,7 @@ - +
${title}${tabTitle}
\ No newline at end of file Index: lams_central/web/WEB-INF/tags/TabBody.tag =================================================================== diff -u -r6df8c7f249b8f58f9cb6e5661716236308efb469 -r69b1ed138d4cfdad6b55693db77e47ac00fced12 --- lams_central/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision 6df8c7f249b8f58f9cb6e5661716236308efb469) +++ lams_central/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision 69b1ed138d4cfdad6b55693db77e47ac00fced12) @@ -32,18 +32,18 @@ %> <%@ tag body-content="scriptless" %> <%@ attribute name="id" required="true" rtexprvalue="true" %> -<%@ attribute name="title" required="false" rtexprvalue="true" %> +<%@ attribute name="tabTitle" required="false" rtexprvalue="true" %> <%@ attribute name="titleKey" required="false" rtexprvalue="true" %> <%@ attribute name="page" required="false" rtexprvalue="true" %> <%@ taglib uri="tags-core" prefix="c" %> <%@ taglib uri="tags-bean" prefix="bean" %>
- -

+ +

- +

Index: lams_tool_forum/web/WEB-INF/tags/Tab.tag =================================================================== diff -u -r293b8b6b5f566ff015d92fc4db0c7634d7e45ce9 -r69b1ed138d4cfdad6b55693db77e47ac00fced12 --- lams_tool_forum/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision 293b8b6b5f566ff015d92fc4db0c7634d7e45ce9) +++ lams_tool_forum/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision 69b1ed138d4cfdad6b55693db77e47ac00fced12) @@ -35,22 +35,32 @@ <%@ attribute name="value" required="false" rtexprvalue="true" %> <%@ attribute name="key" required="false" rtexprvalue="true" %> <%@ attribute name="inactive" required="false" rtexprvalue="true" %> +<%@ attribute name="methodCall" required="false" rtexprvalue="true" %> + <%@ taglib uri="tags-core" prefix="c" %> <%@ taglib uri="tags-bean" prefix="bean" %> <%@ taglib uri="tags-lams" prefix="lams" %> - - + - - +<% // Usually methodCall is selectTab, but the calling code can override methodCall if desired. + // this is handy if the page needs different logic on initialisation and user switching tabs %> + + + + + + + + + - + - + @@ -63,7 +73,7 @@ - +
${title}${tabTitle}
\ No newline at end of file Index: lams_tool_forum/web/WEB-INF/tags/TabBody.tag =================================================================== diff -u -r293b8b6b5f566ff015d92fc4db0c7634d7e45ce9 -r69b1ed138d4cfdad6b55693db77e47ac00fced12 --- lams_tool_forum/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision 293b8b6b5f566ff015d92fc4db0c7634d7e45ce9) +++ lams_tool_forum/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision 69b1ed138d4cfdad6b55693db77e47ac00fced12) @@ -32,18 +32,18 @@ %> <%@ tag body-content="scriptless" %> <%@ attribute name="id" required="true" rtexprvalue="true" %> -<%@ attribute name="title" required="false" rtexprvalue="true" %> +<%@ attribute name="tabTitle" required="false" rtexprvalue="true" %> <%@ attribute name="titleKey" required="false" rtexprvalue="true" %> <%@ attribute name="page" required="false" rtexprvalue="true" %> <%@ taglib uri="tags-core" prefix="c" %> <%@ taglib uri="tags-bean" prefix="bean" %>
- -

+ +

- +

Index: lams_tool_lamc/web/WEB-INF/tags/HTMLEditor.tag =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/tags/HTMLEditor.tag (revision 0) +++ lams_tool_lamc/web/WEB-INF/tags/HTMLEditor.tag (revision 69b1ed138d4cfdad6b55693db77e47ac00fced12) @@ -0,0 +1,58 @@ +<% +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ + + /** + * HTMLEditor.tag + * Author: Mitchell Seaton + * Description: Creates a single instance of FCK Editor used over multiple fields. + * Wiki: + */ + + %> +<%@ tag body-content="empty" %> +<%@ taglib uri="fck-editor" prefix="FCK" %> +<%@ taglib uri="tags-bean" prefix="bean" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams" %> + + + Index: lams_tool_lamc/web/WEB-INF/tags/SetEditor.tag =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/tags/SetEditor.tag (revision 0) +++ lams_tool_lamc/web/WEB-INF/tags/SetEditor.tag (revision 69b1ed138d4cfdad6b55693db77e47ac00fced12) @@ -0,0 +1,64 @@ +<% +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ + + /** + * SetEditor.tag + * Author: Mitchell Seaton + * Description: Creates a dynamic textarea field using a HTML Editor. + * Wiki: + */ + + %> +<%@ tag body-content="empty" %> +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="text" required="true" rtexprvalue="true" %> +<%@ attribute name="small" required="false" rtexprvalue="true" %> +<%@ taglib uri="tags-function" prefix="fn" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams" %> + + + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_lamc/web/WEB-INF/tags/Tab.tag =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/tags/Tab.tag (revision 0) +++ lams_tool_lamc/web/WEB-INF/tags/Tab.tag (revision 69b1ed138d4cfdad6b55693db77e47ac00fced12) @@ -0,0 +1,79 @@ +<% +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ + + /** + * Tab.tag + * Author: Mitchell Seaton + * Description: Creates a tab element. + * Wiki: + */ + + %> +<%@ tag body-content="empty" %> +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="value" required="false" rtexprvalue="true" %> +<%@ attribute name="key" required="false" rtexprvalue="true" %> +<%@ attribute name="inactive" required="false" rtexprvalue="true" %> +<%@ attribute name="methodCall" required="false" rtexprvalue="true" %> + +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-bean" prefix="bean" %> +<%@ taglib uri="tags-lams" prefix="lams" %> + + + + + + +<% // Usually methodCall is selectTab, but the calling code can override methodCall if desired. + // this is handy if the page needs different logic on initialisation and user switching tabs %> + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${tabTitle}
+ \ No newline at end of file Index: lams_tool_lamc/web/WEB-INF/tags/TabBody.tag =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/tags/TabBody.tag (revision 0) +++ lams_tool_lamc/web/WEB-INF/tags/TabBody.tag (revision 69b1ed138d4cfdad6b55693db77e47ac00fced12) @@ -0,0 +1,62 @@ +<% +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ + + /** + * TabBody.tag + * Author: Mitchell Seaton + * Description: Creates the body container for a tab element + * Wiki: + */ + + %> +<%@ tag body-content="scriptless" %> +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="tabTitle" required="false" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="page" required="false" rtexprvalue="true" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-bean" prefix="bean" %> + + +
+ +

+
+ +

+
+ +
+ + + + + + + + +
+ +
+ \ No newline at end of file Index: lams_tool_lamc/web/WEB-INF/tags/Tabs.tag =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/tags/Tabs.tag (revision 0) +++ lams_tool_lamc/web/WEB-INF/tags/Tabs.tag (revision 69b1ed138d4cfdad6b55693db77e47ac00fced12) @@ -0,0 +1,72 @@ +<% +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ + + /** + * Tabs.tag + * Author: Mitchell Seaton + * Description: Create a tab list from a input collection or nested Tab tags. + * Wiki: + */ + + %> +<%@ tag body-content="scriptless" %> +<%@ attribute name="collection" type="java.util.Collection" required="false" rtexprvalue="true" %> +<%@ attribute name="control" required="false" rtexprvalue="true" %> +<%@ attribute name="useKey" required="false" rtexprvalue="true" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams" %> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file Index: lams_tool_laqa/web/WEB-INF/tags/HTMLEditor.tag =================================================================== diff -u --- lams_tool_laqa/web/WEB-INF/tags/HTMLEditor.tag (revision 0) +++ lams_tool_laqa/web/WEB-INF/tags/HTMLEditor.tag (revision 69b1ed138d4cfdad6b55693db77e47ac00fced12) @@ -0,0 +1,58 @@ +<% +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ + + /** + * HTMLEditor.tag + * Author: Mitchell Seaton + * Description: Creates a single instance of FCK Editor used over multiple fields. + * Wiki: + */ + + %> +<%@ tag body-content="empty" %> +<%@ taglib uri="fck-editor" prefix="FCK" %> +<%@ taglib uri="tags-bean" prefix="bean" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams" %> + + + Index: lams_tool_laqa/web/WEB-INF/tags/SetEditor.tag =================================================================== diff -u --- lams_tool_laqa/web/WEB-INF/tags/SetEditor.tag (revision 0) +++ lams_tool_laqa/web/WEB-INF/tags/SetEditor.tag (revision 69b1ed138d4cfdad6b55693db77e47ac00fced12) @@ -0,0 +1,64 @@ +<% +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ + + /** + * SetEditor.tag + * Author: Mitchell Seaton + * Description: Creates a dynamic textarea field using a HTML Editor. + * Wiki: + */ + + %> +<%@ tag body-content="empty" %> +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="text" required="true" rtexprvalue="true" %> +<%@ attribute name="small" required="false" rtexprvalue="true" %> +<%@ taglib uri="tags-function" prefix="fn" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams" %> + + + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_laqa/web/WEB-INF/tags/Tab.tag =================================================================== diff -u --- lams_tool_laqa/web/WEB-INF/tags/Tab.tag (revision 0) +++ lams_tool_laqa/web/WEB-INF/tags/Tab.tag (revision 69b1ed138d4cfdad6b55693db77e47ac00fced12) @@ -0,0 +1,79 @@ +<% +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ + + /** + * Tab.tag + * Author: Mitchell Seaton + * Description: Creates a tab element. + * Wiki: + */ + + %> +<%@ tag body-content="empty" %> +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="value" required="false" rtexprvalue="true" %> +<%@ attribute name="key" required="false" rtexprvalue="true" %> +<%@ attribute name="inactive" required="false" rtexprvalue="true" %> +<%@ attribute name="methodCall" required="false" rtexprvalue="true" %> + +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-bean" prefix="bean" %> +<%@ taglib uri="tags-lams" prefix="lams" %> + + + + + + +<% // Usually methodCall is selectTab, but the calling code can override methodCall if desired. + // this is handy if the page needs different logic on initialisation and user switching tabs %> + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${tabTitle}
+ \ No newline at end of file Index: lams_tool_laqa/web/WEB-INF/tags/TabBody.tag =================================================================== diff -u --- lams_tool_laqa/web/WEB-INF/tags/TabBody.tag (revision 0) +++ lams_tool_laqa/web/WEB-INF/tags/TabBody.tag (revision 69b1ed138d4cfdad6b55693db77e47ac00fced12) @@ -0,0 +1,62 @@ +<% +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ + + /** + * TabBody.tag + * Author: Mitchell Seaton + * Description: Creates the body container for a tab element + * Wiki: + */ + + %> +<%@ tag body-content="scriptless" %> +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ attribute name="tabTitle" required="false" rtexprvalue="true" %> +<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> +<%@ attribute name="page" required="false" rtexprvalue="true" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-bean" prefix="bean" %> + + +
+ +

+
+ +

+
+ +
+ + + + + + + + +
+ +
+ \ No newline at end of file Index: lams_tool_laqa/web/WEB-INF/tags/Tabs.tag =================================================================== diff -u --- lams_tool_laqa/web/WEB-INF/tags/Tabs.tag (revision 0) +++ lams_tool_laqa/web/WEB-INF/tags/Tabs.tag (revision 69b1ed138d4cfdad6b55693db77e47ac00fced12) @@ -0,0 +1,72 @@ +<% +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ + + /** + * Tabs.tag + * Author: Mitchell Seaton + * Description: Create a tab list from a input collection or nested Tab tags. + * Wiki: + */ + + %> +<%@ tag body-content="scriptless" %> +<%@ attribute name="collection" type="java.util.Collection" required="false" rtexprvalue="true" %> +<%@ attribute name="control" required="false" rtexprvalue="true" %> +<%@ attribute name="useKey" required="false" rtexprvalue="true" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams" %> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file Index: lams_tool_sbmt/web/WEB-INF/tags/Tab.tag =================================================================== diff -u -r3f17e8a2b124adc10a555e7a8f578218376f04a6 -r69b1ed138d4cfdad6b55693db77e47ac00fced12 --- lams_tool_sbmt/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision 3f17e8a2b124adc10a555e7a8f578218376f04a6) +++ lams_tool_sbmt/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision 69b1ed138d4cfdad6b55693db77e47ac00fced12) @@ -35,22 +35,32 @@ <%@ attribute name="value" required="false" rtexprvalue="true" %> <%@ attribute name="key" required="false" rtexprvalue="true" %> <%@ attribute name="inactive" required="false" rtexprvalue="true" %> +<%@ attribute name="methodCall" required="false" rtexprvalue="true" %> + <%@ taglib uri="tags-core" prefix="c" %> <%@ taglib uri="tags-bean" prefix="bean" %> <%@ taglib uri="tags-lams" prefix="lams" %> - - + - - +<% // Usually methodCall is selectTab, but the calling code can override methodCall if desired. + // this is handy if the page needs different logic on initialisation and user switching tabs %> + + + + + + + + + - + - + @@ -63,7 +73,7 @@ - +
${title}${tabTitle}
\ No newline at end of file Index: lams_tool_sbmt/web/WEB-INF/tags/TabBody.tag =================================================================== diff -u -r6df8c7f249b8f58f9cb6e5661716236308efb469 -r69b1ed138d4cfdad6b55693db77e47ac00fced12 --- lams_tool_sbmt/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision 6df8c7f249b8f58f9cb6e5661716236308efb469) +++ lams_tool_sbmt/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision 69b1ed138d4cfdad6b55693db77e47ac00fced12) @@ -32,18 +32,18 @@ %> <%@ tag body-content="scriptless" %> <%@ attribute name="id" required="true" rtexprvalue="true" %> -<%@ attribute name="title" required="false" rtexprvalue="true" %> +<%@ attribute name="tabTitle" required="false" rtexprvalue="true" %> <%@ attribute name="titleKey" required="false" rtexprvalue="true" %> <%@ attribute name="page" required="false" rtexprvalue="true" %> <%@ taglib uri="tags-core" prefix="c" %> <%@ taglib uri="tags-bean" prefix="bean" %>
- -

+ +

- +