Administrator
|
Hi All,
I'm currently documenting mini-language in simple-method.xsd using documentaion/annotation scheme of XSD (if interested please look at https://issues.apache.org/jira/browse/OFBIZ-571) But I'm not sure of how to documente by-name in the case of filter-by-date for entity-and. I found this by-name (if the field's name or entry-name or fromDate or thruDate the corresponding action will be done) in widget-form.xsd but I'm not sure to understand nor if it's related. Any help appreciated. Thanks Jacques |
Hi Jacques
It doesn't look like anything is implemented in minilang using by-name, a search through the minilang folder only shows the two occurrences are in the xsd. The code only seems to check for "true". Regards Scott Jacques Le Roux wrote: > Hi All, > > I'm currently documenting mini-language in simple-method.xsd using documentaion/annotation scheme of XSD (if interested please look at https://issues.apache.org/jira/browse/OFBIZ-571) > But I'm not sure of how to documente by-name in the case of filter-by-date for entity-and. > > I found this > by-name (if the field's name or entry-name or fromDate or thruDate the corresponding action will be done) > in widget-form.xsd > but I'm not sure to understand nor if it's related. > > Any help appreciated. > > Thanks > > Jacques > > |
Seems to be the same in widgets, the comments you mention in
widget-form.xsd are attached the "red-when" attribute not in filter-by-date. Regards Scott Scott Gray wrote: > Hi Jacques > > It doesn't look like anything is implemented in minilang using > by-name, a search through the minilang folder only shows the two > occurrences are in the xsd. The code only seems to check for "true". > > Regards > Scott > > Jacques Le Roux wrote: >> Hi All, >> >> I'm currently documenting mini-language in simple-method.xsd using >> documentaion/annotation scheme of XSD (if interested please look at >> https://issues.apache.org/jira/browse/OFBIZ-571) >> But I'm not sure of how to documente by-name in the case of >> filter-by-date for entity-and. >> I found this by-name (if the field's name or entry-name or >> fromDate or thruDate the corresponding action will be done) >> in widget-form.xsd >> but I'm not sure to understand nor if it's related. >> >> Any help appreciated. >> >> Thanks >> >> Jacques >> >> > > |
In reply to this post by Jacques Le Roux
Jacques,
As I understand (possibly wrongly), there are complete technical references at http://www.undersunconsulting.com/ecommerce/control/main . Won't those references already answer all such technical questions? Just curious, a little confused. Would be nice to know how "complete" those references are, so I don't reinvent too many wheels. Jonathon Jacques Le Roux wrote: > Hi All, > > I'm currently documenting mini-language in simple-method.xsd using documentaion/annotation scheme of XSD (if interested please look at https://issues.apache.org/jira/browse/OFBIZ-571) > But I'm not sure of how to documente by-name in the case of filter-by-date for entity-and. > > I found this > by-name (if the field's name or entry-name or fromDate or thruDate the corresponding action will be done) > in widget-form.xsd > but I'm not sure to understand nor if it's related. > > Any help appreciated. > > Thanks > > Jacques > > > > ------------------------------------------------------------------------ > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.432 / Virus Database: 268.17.18/662 - Release Date: 1/31/2007 3:16 PM |
Administrator
|
In reply to this post by Scott Gray
Thanks Scott,
I let it empty for the moment. Jacques ----- Original Message ----- From: "Scott Gray" <[hidden email]> To: <[hidden email]> Sent: Friday, February 02, 2007 10:07 AM Subject: Re: by-name in filter-by-date in entity-and. > Hi Jacques > > It doesn't look like anything is implemented in minilang using by-name, > a search through the minilang folder only shows the two occurrences are > in the xsd. The code only seems to check for "true". > > Regards > Scott > > Jacques Le Roux wrote: > > Hi All, > > > > I'm currently documenting mini-language in simple-method.xsd using documentaion/annotation scheme of XSD (if interested please > > But I'm not sure of how to documente by-name in the case of filter-by-date for entity-and. > > > > I found this > > by-name (if the field's name or entry-name or fromDate or thruDate the corresponding action will be done) > > in widget-form.xsd > > but I'm not sure to understand nor if it's related. > > > > Any help appreciated. > > > > Thanks > > > > Jacques > > > > |
In reply to this post by Jacques Le Roux
Jacques,
Thanks for the xsl. I'm in desperate need of up-to-date minilang documentation! Is it envisaged that this style sheet will be run as part of the target 'ant docs'? Many thanks ... On Fri, 2007-02-02 at 09:33 +0100, Jacques Le Roux wrote: > Hi All, > > I'm currently documenting mini-language in simple-method.xsd using documentaion/annotation scheme of XSD (if interested please look at https://issues.apache.org/jira/browse/OFBIZ-571) > But I'm not sure of how to documente by-name in the case of filter-by-date for entity-and. > > I found this > by-name (if the field's name or entry-name or fromDate or thruDate the corresponding action will be done) > in widget-form.xsd > but I'm not sure to understand nor if it's related. > > Any help appreciated. > > Thanks > > Jacques |
Administrator
|
In reply to this post by jonwimp
Jonathon,
Yes these references are quite completete. I use them to do this documentation work. There was nothing about by-name that's why I asked this question. I let it empty for now as it seems not used. It's not a big deal anyway. Jacques > Jacques, > > As I understand (possibly wrongly), there are complete technical references at > http://www.undersunconsulting.com/ecommerce/control/main . > > Won't those references already answer all such technical questions? > > Just curious, a little confused. Would be nice to know how "complete" those references are, so I > don't reinvent too many wheels. > > Jonathon > > Jacques Le Roux wrote: > > Hi All, > > > > I'm currently documenting mini-language in simple-method.xsd using documentaion/annotation scheme of XSD (if interested please > > But I'm not sure of how to documente by-name in the case of filter-by-date for entity-and. > > > > I found this > > by-name (if the field's name or entry-name or fromDate or thruDate the corresponding action will be done) > > in widget-form.xsd > > but I'm not sure to understand nor if it's related. > > > > Any help appreciated. > > > > Thanks > > > > Jacques > > > > > > > > ------------------------------------------------------------------------ > > > > No virus found in this incoming message. > > Checked by AVG Free Edition. > > Version: 7.5.432 / Virus Database: 268.17.18/662 - Release Date: 1/31/2007 3:16 PM |
Administrator
|
In reply to this post by snowch
Christopher,
> Jacques, > > Thanks for the xsl. I'm in desperate need of up-to-date minilang > documentation! > > Is it envisaged that this style sheet will be run as part of the target > 'ant docs'? AFAIK there are no plans for that. Please read carefully https://issues.apache.org/jira/browse/OFBIZ-571 Jacques > Many thanks ... > > > On Fri, 2007-02-02 at 09:33 +0100, Jacques Le Roux wrote: > > Hi All, > > > > I'm currently documenting mini-language in simple-method.xsd using documentaion/annotation scheme of XSD (if interested please look at https://issues.apache.org/jira/browse/OFBIZ-571) > > But I'm not sure of how to documente by-name in the case of filter-by-date for entity-and. > > > > I found this > > by-name (if the field's name or entry-name or fromDate or thruDate the corresponding action will be done) > > in widget-form.xsd > > but I'm not sure to understand nor if it's related. > > > > Any help appreciated. > > > > Thanks > > > > Jacques |
Free forum by Nabble | Edit this page |