From: <max...@us...> - 2009-03-18 09:54:17
|
Revision: 3789 http://uni-d.svn.sourceforge.net/uni-d/?rev=3789&view=rev Author: max_brod Date: 2009-03-18 09:54:06 +0000 (Wed, 18 Mar 2009) Log Message: ----------- Fix for combobox links. Modified Paths: -------------- trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html Modified: trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html =================================================================== --- trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html 2009-03-17 12:48:25 UTC (rev 3788) +++ trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html 2009-03-18 09:54:06 UTC (rev 3789) @@ -74,18 +74,20 @@ </span> </span> - <span jwcid="@If" condition="prop:notHiddenAnchors"> - <span jwcid="@If" condition="prop:comboboxOrEmbedded"> - <input jwcid="unidComboboxLinkField" class="displayInline" - onchange="prop:changeComboboxSelection"/> - - <span jwcid="@LinkSubmit" onclick="clearValidation(this);" class="displayInline" - listener="listener:prepareReturnHandler" action="listener:runAdd" id="prop:addId"> + + <span jwcid="@If" condition="prop:comboboxOrEmbedded"> + <input jwcid="unidComboboxLinkField" class="displayInline" onchange="prop:changeComboboxSelection"/> + <span jwcid="@If" condition="prop:notHiddenAnchors"> + + <span jwcid="@LinkSubmit" onclick="clearValidation(this);" class="displayInline" + listener="listener:prepareReturnHandler" action="listener:runAdd" id="prop:addId"> <span key="Add"/> - </span> - + </span> + </span> + </span> + <span jwcid="@If" condition="prop:notHiddenAnchors"> <span jwcid="display@LinkSubmit" onclick="clearValidation(this);" class="displayInline" listener="listener:prepareReturnHandler" action="listener:runView" id="prop:viewId"> <span jwcid="@If" condition="prop:comboboxOrEmbedded"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pus...@us...> - 2009-04-30 17:04:44
|
Revision: 3824 http://uni-d.svn.sourceforge.net/uni-d/?rev=3824&view=rev Author: pushkutza Date: 2009-04-30 17:04:22 +0000 (Thu, 30 Apr 2009) Log Message: ----------- ICT-1584 Modified Paths: -------------- trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html Modified: trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html =================================================================== --- trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html 2009-04-30 12:16:56 UTC (rev 3823) +++ trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html 2009-04-30 17:04:22 UTC (rev 3824) @@ -56,7 +56,7 @@ <input jwcid="unidUoid" class="displayNone"/> </span> - <input jwcid="inputBox" class="displayInline" + <input jwcid="inputBox" class="linkInput displayInline" onfocus="inputBoxOnFocus(this)" onblur="prop:inputBoxBlur"/> <span jwcid="@contrib:XTile" receiveName="ajaxLinkReceiveResponse" sendName="ajaxLinkSendRequest" listener="listener:ajaxLinkHandler"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pus...@us...> - 2009-05-06 07:53:39
|
Revision: 3826 http://uni-d.svn.sourceforge.net/uni-d/?rev=3826&view=rev Author: pushkutza Date: 2009-05-06 07:53:15 +0000 (Wed, 06 May 2009) Log Message: ----------- fix Modified Paths: -------------- trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html Modified: trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html =================================================================== --- trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html 2009-05-04 11:19:47 UTC (rev 3825) +++ trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html 2009-05-06 07:53:15 UTC (rev 3826) @@ -79,7 +79,7 @@ <input jwcid="unidComboboxLinkField" class="displayInline" onchange="prop:changeComboboxSelection"/> <span jwcid="@If" condition="prop:notHiddenAnchors"> - <span jwcid="@LinkSubmit" onclick="clearValidation(this);" class="displayInline" + <span jwcid="@LinkSubmit" onclick="clearValidation(this);" class="addLinkClass displayInline" listener="listener:prepareReturnHandler" action="listener:runAdd" id="prop:addId"> <span key="Add"/> </span> @@ -88,7 +88,7 @@ </span> <span jwcid="@If" condition="prop:notHiddenAnchors"> - <span jwcid="display@LinkSubmit" onclick="clearValidation(this);" class="displayInline" + <span jwcid="display@LinkSubmit" onclick="clearValidation(this);" class="viewLinkClass displayInline" listener="listener:prepareReturnHandler" action="listener:runView" id="prop:viewId"> <span jwcid="@If" condition="prop:comboboxOrEmbedded"> <span jwcid="@If" condition="prop:valueSet"><span key="View"/></span> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <max...@us...> - 2009-07-18 14:26:53
|
Revision: 3862 http://uni-d.svn.sourceforge.net/uni-d/?rev=3862&view=rev Author: max_brod Date: 2009-07-18 14:26:46 +0000 (Sat, 18 Jul 2009) Log Message: ----------- The hidden "select" anchor is needed for combobox links (for when you press "..."). Modified Paths: -------------- trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html Modified: trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html =================================================================== --- trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html 2009-07-16 16:32:45 UTC (rev 3861) +++ trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html 2009-07-18 14:26:46 UTC (rev 3862) @@ -100,12 +100,11 @@ </span> </span> - - <span jwcid="@If" condition="prop:notEmbedded"> - <span jwcid="runSelect@LinkSubmit" onclick="clearValidation(this);" class="prop:selectCssStyle" + </span> + <span jwcid="@If" condition="prop:notEmbedded"> + <span jwcid="runSelect@LinkSubmit" onclick="clearValidation(this);" class="prop:selectCssStyle" listener="listener:prepareReturnHandler" action="listener:runSelect" id="prop:selectId"> - <span key="Select"/> - </span> + <span key="Select"/> </span> </span> </span> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <max...@us...> - 2009-10-02 14:54:09
|
Revision: 3882 http://uni-d.svn.sourceforge.net/uni-d/?rev=3882&view=rev Author: max_brod Date: 2009-10-02 14:54:01 +0000 (Fri, 02 Oct 2009) Log Message: ----------- When hide-anchors, hide the "select" link, too. Modified Paths: -------------- trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html Modified: trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html =================================================================== --- trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html 2009-09-29 10:43:21 UTC (rev 3881) +++ trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html 2009-10-02 14:54:01 UTC (rev 3882) @@ -101,10 +101,13 @@ </span> </span> - <span jwcid="@If" condition="prop:notEmbedded"> - <span jwcid="runSelect@LinkSubmit" onclick="clearValidation(this);" class="prop:selectCssStyle" - listener="listener:prepareReturnHandler" action="listener:runSelect" id="prop:selectId"> - <span key="Select"/> + + <span jwcid="@If" condition="prop:notHiddenAnchors"> + <span jwcid="@If" condition="prop:notEmbedded"> + <span jwcid="runSelect@LinkSubmit" onclick="clearValidation(this);" class="prop:selectCssStyle" + listener="listener:prepareReturnHandler" action="listener:runSelect" id="prop:selectId"> + <span key="Select"/> + </span> </span> </span> </span> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |