Re: [Trinidad] How to get control over tr:table detail disclose link table cell?

2010-03-17 Thread Elmar Kretzer
/skinning.html On Wed, Mar 10, 2010 at 11:58, Elmar Kretzer e.kret...@symentis.com wrote: Hi all, is it possible to get control over the appearance of the disclose link in a tr:table? Currently it seems like the td with the disclose link get automagically rendered with class af_column_cell-text

[Trinidad] How to get control over tr:table detail disclose link table cell?

2010-03-10 Thread Elmar Kretzer
Hi all, is it possible to get control over the appearance of the disclose link in a tr:table? Currently it seems like the td with the disclose link get automagically rendered with class af_column_cell-text and OraTableBorder when you add the detail stamp. Like: td nowrap=

Re: [Trinidad] Skinning corrupts style class name (dot is missing)

2010-02-22 Thread Elmar Kretzer
, but could you test to see if not using the -icon ending is the reason for the problem? I believe Trinidad skins treat style names ending with icon specially, so that could be the reason. -A On Fri, Feb 19, 2010 at 9:44 AM, Elmar Kretzer e.kret...@symentis.com wrote: Hi all, i just

[Trinidad] Skinning corrupts style class name (dot is missing)

2010-02-19 Thread Elmar Kretzer
Hi all, i just stumbled across some weird issues, while using jQuery UI in Trinidad. I added jQuery UI style classes - but they get corrupted. Could anyone try just to add in skin file: .ui-icon{ display: block; text-indent: -9px; overflow: hidden; background-repeat: no-repeat; } In my

[TRINIDAD] Javascript sendPartialFormPost - how to read param in bean

2009-10-07 Thread Elmar Kretzer
Hi everyone, when i am triggering a partial submit via javascript and add e.g. param1 to the call, how can i read the value of the param in the bean from the FacesContext ? Javascript Code: TrPage.getInstance().sendPartialFormPost( theForm, {param1: value1, param2: value2});

Re: [TRINIDAD] Javascript sendPartialFormPost - how to read param in bean

2009-10-07 Thread Elmar Kretzer
will do the same. -I think the Trinidad documentation should have a similar example. I spent hours figuring out that source thing ! Regards, Cedric 2009/10/7 Elmar Kretzer e.kret...@symentis.com: Hi everyone, when i am triggering a partial submit via javascript and add e.g. param1 to the call

[TRINIDAD] Usage of shortDesc in tr:panelPopup

2009-09-22 Thread Elmar Kretzer
Am i right - or does it look like the shortDesc Attribute of tr:panelPopup does not work? I would suppose that the shortDesc should be set in the trigger or? Currently it does not get rendered anyway (?) Or am i wrong? if so - Should i put a ticket ? Elmar

[Trinidad] Possible patch for [Trindad-1397]

2009-09-11 Thread Elmar Kretzer
Hi, i got a question concerning a possible patch for https://issues.apache.org/jira/browse/TRINIDAD-1397. The issue is, that the SelectManyShuttleRenderer uses rc.setSkinResourceKeyMap(getResourceKeyMap()); to render the SelectManyShuttle styleClasses. But at the end of encodeElementContent()

Re: [Trinidad] Possible patch for [Trindad-1397]

2009-09-11 Thread Elmar Kretzer
Hi Matthias, of course - but i haven`t done this yet. can you give me link with a how to? elmar 2009/9/11 Matthias Wessendorf mat...@apache.org: can you upload a diff file ? On Fri, Sep 11, 2009 at 1:05 PM, Elmar Kretzer elm4w...@googlemail.com wrote: Hi, i got a question concerning

Re: [Trinidad] Possible patch for [Trindad-1397]

2009-09-11 Thread Elmar Kretzer
ok - i just added the patchfile. hope this is formal correct. thanks for your help elmar 2009/9/11 Matthias Wessendorf mat...@apache.org: https://issues.apache.org/jira/browse/TRINIDAD-1397 Operations = Attach file On Fri, Sep 11, 2009 at 1:12 PM, Elmar Kretzer elm4w...@googlemail.com

[Trindad] tr:table range navigation labels

2009-01-08 Thread Elmar Kretzer
Hi everyone. Is there any possibility to change the labels for range navigation on a tr:table component? e.g. tr:table nextLinkLabel=#{bundle['nextFemaleLink']} . Surprisingly i couldn`t find any attribute for this... Is there any easy solution? thanks in advance elmar

Re: [TRINIDAD]Java Script not executing on calling Service's addScript method

2008-07-02 Thread Elmar Kretzer
Hi Dushyant, i don`t know if its necessary - put did you set the commandLink to partialsubmit=true ? @see http://matthiaswessendorf.wordpress.com/2008/02/16/using-dojo-and-apache-trinidad/ elmar Am 02.07.2008 um 08:41 schrieb dushyant agarwal: Hi, I created a JSF Page with a

[TRINIDAD] inputText with secret=true displays always 6 characters

2008-06-12 Thread Elmar Kretzer
Hello everyone, i got a short question related to following situation: this is a part of a form where people can alter their password. tr:inputText secret=true value=#{myBean.user.password} f:validateLength minimum=8 / /tr:inputText The problem: trinidad always renders only 6 characters

[Trinidad] Render custom Facet on demand via ppr

2008-04-18 Thread Elmar Kretzer
Hi everyone, i got a short question concerning the following scenario. tr:table tr:column tr:commandButton .../ /tr:column f:facet name =customfacet !-- all the component stuff for rendering the details of this row -- /f:facet /tr:table Is it

[Trinidad 1.2] Render custom Facet on demand via ppr

2008-04-18 Thread Elmar Kretzer
Hi everyone, i got a short question concerning the following scenario. tr:table tr:column tr:commandButton .../ /tr:column f:facet name =customfacet !-- all the component stuff for rendering the details of this row -- /f:facet /tr:table Is it

Re: [Trinidad] partialTrigger - dynamic id from tr:iterator

2008-03-06 Thread Elmar Kretzer
oh ok... i should have started with a coffee... the pattern is like allExamples:help - am i right ? =) cheers 2008/3/6, Elmar Kretzer [EMAIL PROTECTED]: Hello everyone, just got a short question concerning partialTrigger pattern in Trinidad. In the page i got following situation

[Trinidad] partialTrigger - dynamic id from tr:iterator

2008-03-06 Thread Elmar Kretzer
Hello everyone, just got a short question concerning partialTrigger pattern in Trinidad. In the page i got following situation: ... tr:iterator value=#{example.list} var=item id=allExamples ... tr:commandLink partialSubmit=true id=help actionListener=#{example .listenHelp}

AW: Nasty PPR problem

2007-10-10 Thread Elmar Kretzer
i don`t know if this is the same issue, but recently we got a major problem with tomahawk handling ppr.. only if a commandLink is inside the form the needed javascripts are rendered otherwise you get the javascript error oamSetHiddenInput is not defined and the ppr is not done ( so

AW: Hightlight a tableRow onMouseOver

2007-08-16 Thread Elmar Kretzer
Honestly, i think the most flexible solution is to use an js-lib.. e.g.: creating an js object using some jQuery methods... as an result you can handle the hover of an table row by simply adding class 'css_hoverable' to the table ( works also with zebra tables ) and the css controls you

Tomahawk validateRegExpr - problem with message from resourcebundle?

2007-07-18 Thread Elmar Kretzer
Hi everyone, seems like i have a small problem with the validateRegExpr component. i have a selectBooleanCheckbox which must be checked, so the jsp looks like: h:selectBooleanCheckbox id=id required=true value=#{bean.accepted} t:validateRegExpr pattern=true message=g.l.needed /