I have added to my common decoder then also it is not working
<actions>
<!-- base/top/specific map first, then more common map added
for shared labels -->
<property-map resource="EcommerceUiLabels"
map-name="uiLabelMap" global="true"/>
<property-map resource="ContentUiLabels"
map-name="uiLabelMap" global="true"/>
<property-map resource="CommonUiLabels"
map-name="uiLabelMap" global="true"/>
<property-map resource="ProductUiLabels"
map-name="uiLabelMap" global="true"/>
<property-map resource="AccountingUiLabels"
map-name="uiLabelMap" global="true"/>
<property-map resource="PartyUiLabels" map-name="uiLabelMap"
global="true"/>
<property-map resource="OrderUiLabels" map-name="uiLabelMap"
global="true"/>
<set field="MainColumnStyle" value="nocolumns"
global="true"/>
<!-- The default (global) shortcut icon -->
<set field="layoutSettings.shortcutIcon"
value="/images/ofbiz.ico" global="true"/>
<!-- The default (main) java scripts -->
<!-- NOTE: this should be included on each screen that uses
it to avoid including it in all screens: -->
<set field="layoutSettings.javaScripts[]"
value="/images/fieldlookup.js" global="true"/>
<set field="layoutSettings.javaScripts[]"
value="/images/selectall.js" global="true"/>
<set field="layoutSettings.javaScripts[]"
value="/images/calendar_date_select.js" global="true"/>
<set field="layoutSettings.javaScripts[+0]"
value="/images/prototypejs/effects.js" global="true"/>
<set field="layoutSettings.javaScripts[+0]"
value="/images/prototypejs/validation.js" global="true"/>
<set field="layoutSettings.javaScripts[+0]"
value="/images/prototypejs/prototype.js" global="true"/>
<set field="layoutSettings.javaScripts[]"
value="/images/prototypejs/popup.js" global="true"/>
<set field="layoutSettings.extraHead" value="<link
rel="stylesheet" href="/content/images/contentForum.css"
type="text/css"/>" global="true"/>
<script
location="component://ecommerce/widget/EcommerceSetup.groovy"/>
<!-- The default (main) stylesheets -->
<set field="layoutSettings.styleSheets[+0]"
value="/ecommerce/images/blog.css" global="true"/>
<set field="layoutSettings.styleSheets[+0]"
value="${productStore.styleSheet}" default-value="/images/ecommain.css"
global="true"/>
<set field="layoutSettings.styleSheets[+0]"
value="/images/prototypejs/popup.css" global="true"/>
</actions>
thanks and regards
Suhas Yalgude
On Thu, Oct 16, 2008 at 1:14 PM, BJ Freeman <[EMAIL PROTECTED]> wrote:
> <set field="layoutSettings.javaScripts[]"
> value="/images/fieldlookup.js" global="true"/>
> /images is setup as a html reference.
>
> Suhas Yalgude sent the following on 10/16/2008 12:33 AM:
> > yes i have done but not working
> > i have tried
> > <set field="layoutSettings.javaScripts[]"
> > value="component://framewotk/images/calendar_date_select.js"
> global="true"/>
> >
> >
> > i also tried following
> >
> > copied calendar_date_select.js to my folder
> > and then changed as follows
> > <set field="layoutSettings.javaScripts[]" value="calendar_date_select.js"
> > global="true"/>
> >
> > but any how it is not working
> >
> > please help.
> >
> > thanks & regards,
> >
> > Suhas
> >
> > On Thu, Oct 16, 2008 at 11:11 AM, Chirag Manocha <
> > [EMAIL PROTECTED]> wrote:
> >
> >> You can see this in CommonScreens.xml file of common component.
> >> with this the ready reference is
> >> <set field="layoutSettings.javaScripts[]"
> >> value="/images/calendar_date_select.js" global="true"/>
> >>
> >> Thanks & Regards
> >>
> >> Chirag Manocha
> >> HotWax Media
> >> http://www.hotwaxmedia.com
> >> ============================
> >> Email :- [EMAIL PROTECTED]
> >> Contact :- +91-982-631-9099
> >>
> >>
> >>
> >> Suhas Yalgude wrote:
> >>
> >>> please tell me how to included calendar_date_select.js in screen.
> >>>
> >>>
> >>> On Wed, Oct 15, 2008 at 5:42 PM, Chirag Manocha <
> >>> [EMAIL PROTECTED]> wrote:
> >>>
> >>>
> >>>
> >>>> I think calendar_date_select.js is not included in screen.
> >>>> This js file have function call_cal(...)
> >>>>
> >>>> Please provide more information if it doesnt help you.
> >>>>
> >>>> Thanks & Regards
> >>>>
> >>>> Chirag Manocha
> >>>> HotWax Media
> >>>> http://www.hotwaxmedia.com
> >>>> ============================
> >>>> Email :- [EMAIL PROTECTED]
> >>>> Contact :- +91-982-631-9099
> >>>>
> >>>>
> >>>>
> >>>>
> >>>> Vikas Mayur wrote:
> >>>>
> >>>>
> >>>>
> >>>>> Please provide more information like what you did, what you want to
> do,
> >>>>> any error logs etc.
> >>>>>
> >>>>> Vikas
> >>>>>
> >>>>> On Oct 15, 2008, at 5:30 PM, Suhas Yalgude wrote:
> >>>>>
> >>>>> I have got one date-time field. It is giving error that object
> required
> >>>>>
> >>>>>
> >>>>>> because of it is not geting call_cal. please help
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>
> >>>
> >
>