Question about lookup tag in form widget

2020-11-04 Thread Daors
Hello OFBiz community! I started to check the execution on how a find form works and saw that in a field there is the lookup tag and has a target: When I check this field in web browser with inspect element there are so many attributes like: name="partyId" size="25" i

Re: Question about lookup tag in form widget

2020-11-04 Thread Pawan Verma
Hi Daors, I'm sorry due to time constrain I am providing a quick answer. The lookup field is rendered from renderLookupField macro which you can find in HtmlFormMacroLibrary.ftl file. HTH! -- Thanks & Regards Pawan Verma Technical Consultant *HotWax Systems* *Enterprise open source experts* htt

Re: Question about lookup tag in form widget

2020-11-04 Thread Aditya Sharma
Hi Daors, Adding to Pawan's answer Refer macro here https://github.com/apache/ofbiz-framework/blob/trunk/themes/common-theme/template/macro/HtmlFormMacroLibrary.ftl#L521 JS code can be found here https://github.com/apache/ofbiz-framework/blob/trunk/themes/common-theme/webapp/common/js/util/Ofbiz

Re: Question about lookup tag in form widget

2020-11-04 Thread Daors Islami
Hi Aditya and Pawan, Thank you so much for the answers, I really appreciate it! I will now look into them, Best Regards, Daors On Thu, Nov 5, 2020 at 8:44 AM Aditya Sharma wrote: > Hi Daors, > > Adding to Pawan's answer > > Refer macro here > > https://github.com/apache/ofbiz-framework/blob/tr