where can i find exmaple on hyperlink form widget tag with confirmation-message attribute

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

where can i find exmaple on hyperlink form widget tag with confirmation-message attribute

x x
hello

where can i find exmaple of hyperlink form widget tag with confirmation-message attribute ?

10x


     
Reply | Threaded
Open this post in threaded view
|

Re: where can i find exmaple on hyperlink form widget tag with confirmation-message attribute

Anil Patel-3
Here is what you are looking for

            <link target="setInvoiceStatus" request-confirmation="true" confirmation-message="You want to writeoff this invoice number ${invoice.invoiceId}?">
                <parameter param-name="invoiceId" from-field="invoice.invoiceId"/>
                <parameter param-name="statusId" value="INVOICE_WRITEOFF"/>
            </link>



AccountingMenus.xml file line # 273

Thanks and Regards
Anil Patel
HotWax Media Inc
Find us on the web at www.hotwaxmedia.com or Google Keyword "ofbiz"

On Dec 7, 2009, at 4:24 PM, x x wrote:

> hello
>
> where can i find exmaple of hyperlink form widget tag with confirmation-message attribute ?
>
> 10x
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: where can i find exmaple on hyperlink form widget tag with confirmation-message attribute

Jacques Le Roux
Administrator
Thanks Anil,

BTW this is good but there is a bad practice in this code snippet : it should be internationalized...

Jacques
()  ascii ribbon campaign against HTML e-mail
/\  www.asciiribbon.org


From: "Anil Patel" <[hidden email]>

> Here is what you are looking for
>
>            <link target="setInvoiceStatus" request-confirmation="true" confirmation-message="You want to writeoff this invoice
> number ${invoice.invoiceId}?">
>                <parameter param-name="invoiceId" from-field="invoice.invoiceId"/>
>                <parameter param-name="statusId" value="INVOICE_WRITEOFF"/>
>            </link>
>
>
>
> AccountingMenus.xml file line # 273
>
> Thanks and Regards
> Anil Patel
> HotWax Media Inc
> Find us on the web at www.hotwaxmedia.com or Google Keyword "ofbiz"
>
> On Dec 7, 2009, at 4:24 PM, x x wrote:
>
>> hello
>>
>> where can i find exmaple of hyperlink form widget tag with confirmation-message attribute ?
>>
>> 10x
>>
>>
>>
>
>