<row-actions> usage

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

<row-actions> usage

snowch
How can I display the current example status is the ListExample form?

Thanks in advance,

Chris


<form name="ListExamples" type="list">
   <actions>
      <entity-condition entity-name="Example"/>
   </actions>
       
   <row-actions>
      <!-- how to get the current example status ?? -->
   </row-actions>
               
   <field name="exampleId">
      <hyperlink
         description="${exampleId}"
         target="EditExample?exampleId=${exampleId}"/>
   </field>
   <field name="description"><display/></field>
   <!--
      how to display the current example status ??
   -->
</form>
Reply | Threaded
Open this post in threaded view
|

Re: <row-actions> usage

byersa
Christopher,

What do you mean by the "current example status"?

-Al

On 2/19/07, Christopher Snow <[hidden email]> wrote:

>
> How can I display the current example status is the ListExample form?
>
> Thanks in advance,
>
> Chris
>
>
> <form name="ListExamples" type="list">
>    <actions>
>       <entity-condition entity-name="Example"/>
>    </actions>
>
>    <row-actions>
>       <!-- how to get the current example status ?? -->
>    </row-actions>
>
>    <field name="exampleId">
>       <hyperlink
>          description="${exampleId}"
>          target="EditExample?exampleId=${exampleId}"/>
>    </field>
>    <field name="description"><display/></field>
>    <!--
>       how to display the current example status ??
>    -->
> </form>
>
Reply | Threaded
Open this post in threaded view
|

Re: <row-actions> usage

snowch
Al,

I'm trying to work out how to use <row-actions>.

I was hoping that the Example component relationship to StatusItem ('In
Design', 'Defined', etc.,) would have been a good starting point.

Many thanks,

Chris



On Mon, 2007-02-19 at 11:48 -0700, Al Byers wrote:

> Christopher,
>
> What do you mean by the "current example status"?
>
> -Al
>
> On 2/19/07, Christopher Snow <[hidden email]> wrote:
> >
> > How can I display the current example status is the ListExample form?
> >
> > Thanks in advance,
> >
> > Chris
> >
> >
> > <form name="ListExamples" type="list">
> >    <actions>
> >       <entity-condition entity-name="Example"/>
> >    </actions>
> >
> >    <row-actions>
> >       <!-- how to get the current example status ?? -->
> >    </row-actions>
> >
> >    <field name="exampleId">
> >       <hyperlink
> >          description="${exampleId}"
> >          target="EditExample?exampleId=${exampleId}"/>
> >    </field>
> >    <field name="description"><display/></field>
> >    <!--
> >       how to display the current example status ??
> >    -->
> > </form>
> >
>