Hi guys,
I've looked for the functionality described in the wiki for the configuration of data dropdown and autocomplete controls within Form Builder. Namely, in both the official 3.9.1 PE and 3.9.0 CE, I can't find the "Resource URI", "Items", "Label", "Value" settings/configuration fields. Is that something I have to enable in the configuration somewhere? Regards, Vincent -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
OK, so I found, by using the latest CE nightly build that it is not yet an officially released feature.
Eagerly waiting for the "next" release, then! Vincent On 2012-03-02, at 5:11 PM, Vincent Olivier wrote:
-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
We're working hard on Form Builder.next :)
-Erik On Sat, Mar 3, 2012 at 2:13 PM, Vincent Olivier <[hidden email]> wrote: > OK, so I found, by using the latest CE nightly build that it is not yet an > officially released feature. > > Eagerly waiting for the "next" release, then! > > Vincent > > > > On 2012-03-02, at 5:11 PM, Vincent Olivier wrote: > > Hi guys, > > I've looked for the functionality described in the wiki for the > configuration of data dropdown and autocomplete controls within Form > Builder. Namely, in both the official 3.9.1 PE and 3.9.0 CE, I can't find > the "Resource URI", "Items", "Label", "Value" settings/configuration fields. > > Is that something I have to enable in the configuration somewhere? > > Regards, > > Vincent > > > > > -- > You receive this message as a subscriber of the [hidden email] mailing > list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
I hear the pain! ;-)
Need to fix the performance issues first and will go back to my 2 other deamons later data autocomplete/dropdowns and repeated sections/grids later! And thanks! Vincent On 2012-03-06, at 12:16 AM, Erik Bruchez wrote: > We're working hard on Form Builder.next :) > > -Erik > > On Sat, Mar 3, 2012 at 2:13 PM, Vincent Olivier <[hidden email]> wrote: >> OK, so I found, by using the latest CE nightly build that it is not yet an >> officially released feature. >> >> Eagerly waiting for the "next" release, then! >> >> Vincent >> >> >> >> On 2012-03-02, at 5:11 PM, Vincent Olivier wrote: >> >> Hi guys, >> >> I've looked for the functionality described in the wiki for the >> configuration of data dropdown and autocomplete controls within Form >> Builder. Namely, in both the official 3.9.1 PE and 3.9.0 CE, I can't find >> the "Resource URI", "Items", "Label", "Value" settings/configuration fields. >> >> Is that something I have to enable in the configuration somewhere? >> >> Regards, >> >> Vincent >> >> >> >> >> -- >> You receive this message as a subscriber of the [hidden email] mailing >> list. >> To unsubscribe: mailto:[hidden email] >> For general help: mailto:[hidden email]?subject=help >> OW2 mailing lists service home page: http://www.ow2.org/wws >> > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
In reply to this post by up4
Vincent,
Right: the resource mode was implemented just before the 3.9 release, but didn't make it in the release. We've updated the documentation on the wiki to make that clear: http://wiki.orbeon.com/forms/doc/developer-guide/xbl-components/autocomplete#TOC-Resource And as you've noticed, this mode is included in nightly builds. We've also made some improvements to that mode in the last couple of weeks and just blogged about it here: http://blog.orbeon.com/2012/03/autocomplete-gets-new-labelref.html Alex
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Maybe I'm pushing it. I would be interested in developing it, if so (as soon as I'm finished with performances on the summary page.
But would it be possible for the label ref to be what is indexed and displayed in the summary page (and thus available for search queries)? Regards, Vincent On 2012-03-19, at 2:55 PM, Alessandro Vernet wrote: > Vincent, > > > up4 wrote >> >> OK, so I found, by using the latest CE nightly build that it is not yet an >> officially released feature. >> > > Right: the resource mode was implemented just before the 3.9 release, but > didn't make it in the release. We've updated the documentation on the wiki > to make that clear: > > http://wiki.orbeon.com/forms/doc/developer-guide/xbl-components/autocomplete#TOC-Resource > > And as you've noticed, this mode is included in nightly builds. We've also > made some improvements to that mode in the last couple of weeks and just > blogged about it here: > > http://blog.orbeon.com/2012/03/autocomplete-gets-new-labelref.html > > Alex > > -- > View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/Data-Dropdown-Configuration-in-Form-Builder-tp4440212p4485950.html > Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com. > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
I meant for "resource" based autocomplete controls "labelref", as per this: http://blog.orbeon.com/2012/03/autocomplete-gets-new-labelref.html
Vincent On 2012-03-22, at 11:59 AM, Vincent Olivier wrote:
-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
In reply to this post by up4
Hi Vincent,
Indeed, I hadn't thought about it, but we should show the "label" rather than the "value" in the summary page by default, especially since we have it right there in the XML data. I made this, and it will be in the next nightly build. Alex On Thu, Mar 22, 2012 at 8:59 AM, Vincent Olivier <[hidden email]> wrote: > Maybe I'm pushing it. I would be interested in developing it, if so (as soon as I'm finished with performances on the summary page. > > But would it be possible for the label ref to be what is indexed and displayed in the summary page (and thus available for search queries)? > > Regards, > > Vincent > > > On 2012-03-19, at 2:55 PM, Alessandro Vernet wrote: > >> Vincent, >> >> >> up4 wrote >>> >>> OK, so I found, by using the latest CE nightly build that it is not yet an >>> officially released feature. >>> >> >> Right: the resource mode was implemented just before the 3.9 release, but >> didn't make it in the release. We've updated the documentation on the wiki >> to make that clear: >> >> http://wiki.orbeon.com/forms/doc/developer-guide/xbl-components/autocomplete#TOC-Resource >> >> And as you've noticed, this mode is included in nightly builds. We've also >> made some improvements to that mode in the last couple of weeks and just >> blogged about it here: >> >> http://blog.orbeon.com/2012/03/autocomplete-gets-new-labelref.html >> >> Alex >> >> -- >> View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/Data-Dropdown-Configuration-in-Form-Builder-tp4440212p4485950.html >> Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com. >> >> -- >> You receive this message as a subscriber of the [hidden email] mailing list. >> To unsubscribe: mailto:[hidden email] >> For general help: mailto:[hidden email]?subject=help >> OW2 mailing lists service home page: http://www.ow2.org/wws > > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > -- Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Hi Alessandro!
I just downloaded the latest nightly build. I was just wondering where I could find how to either code my form or access the form builder functionality for such an autocomplete control. Because by accessing the form builder (through "http://localhost:8080/fr/orbeon/builder/new") doesn't give me those options when I create an "Autocomplete" control. Or can you point me to the code for that control or a complete example so I can code it by hand? Thanks! Vincent On 2012-03-22, at 7:19 PM, Alessandro Vernet wrote:
-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Hi Vincent,
Sorry for confusion: for now, you need to go to http://localhost:8080/orbeon/fr/orbeon/newbuilder/new (note the "newbuilder" in the URL instead of "builder"). With that, in the Edit Control Details dialog, you'll see: http://www.evernote.com/shard/s2/sh/cd695a0e-5223-40f5-b45d-6a96f909dc9d/9b6c5d5c723d5a8c862917f2f3a1af9d Also note that this will store for in a different location in your database. We did some major changes to Form Builder, and not everything is working in the "new builder", so we kept the "old builder" around. And with more bugs getting fixed in the "new builder", we should soon be able to just replace the "old builder" with the "new builder" in nightly builds. Alex On Mon, Mar 26, 2012 at 9:08 AM, Vincent Olivier <[hidden email]> wrote: > Hi Alessandro! > > I just downloaded the latest nightly build. I was just wondering where I > could find how to either code my form or access the form builder > functionality for such an autocomplete control. > > Because by accessing the form builder (through > "http://localhost:8080/fr/orbeon/builder/new") doesn't give me those options > when I create an "Autocomplete" control. > > Or can you point me to the code for that control or a complete example so I > can code it by hand? > > Thanks! > > Vincent > > > > > On 2012-03-22, at 7:19 PM, Alessandro Vernet wrote: > > Hi Vincent, > > Indeed, I hadn't thought about it, but we should show the "label" > rather than the "value" in the summary page by default, especially > since we have it right there in the XML data. I made this, and it will > be in the next nightly build. > > Alex > > On Thu, Mar 22, 2012 at 8:59 AM, Vincent Olivier <[hidden email]> wrote: > > Maybe I'm pushing it. I would be interested in developing it, if so (as soon > as I'm finished with performances on the summary page. > > > But would it be possible for the label ref to be what is indexed and > displayed in the summary page (and thus available for search queries)? > > > Regards, > > > Vincent > > > > On 2012-03-19, at 2:55 PM, Alessandro Vernet wrote: > > > Vincent, > > > > up4 wrote > > > OK, so I found, by using the latest CE nightly build that it is not yet an > > officially released feature. > > > > Right: the resource mode was implemented just before the 3.9 release, but > > didn't make it in the release. We've updated the documentation on the wiki > > to make that clear: > > > http://wiki.orbeon.com/forms/doc/developer-guide/xbl-components/autocomplete#TOC-Resource > > > And as you've noticed, this mode is included in nightly builds. We've also > > made some improvements to that mode in the last couple of weeks and just > > blogged about it here: > > > http://blog.orbeon.com/2012/03/autocomplete-gets-new-labelref.html > > > Alex > > > -- > > View this message in context: > http://orbeon-forms-ops-users.24843.n4.nabble.com/Data-Dropdown-Configuration-in-Form-Builder-tp4440212p4485950.html > > Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com. > > > -- > > You receive this message as a subscriber of the [hidden email] mailing > list. > > To unsubscribe: mailto:[hidden email] > > For general help: mailto:[hidden email]?subject=help > > OW2 mailing lists service home page: http://www.ow2.org/wws > > > > > -- > > You receive this message as a subscriber of the [hidden email] mailing > list. > > To unsubscribe: mailto:[hidden email] > > For general help: mailto:[hidden email]?subject=help > > OW2 mailing lists service home page: http://www.ow2.org/wws > > > > > > -- > Follow Orbeon on Twitter: @orbeon > Follow me on Twitter: @avernet > > -- > You receive this message as a subscriber of the [hidden email] mailing > list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > > > > -- > You receive this message as a subscriber of the [hidden email] mailing > list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > -- Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Ok thanks! I see it. Will try it tomorrow!
Vincent On 2012-03-26, at 12:59 PM, Alessandro Vernet wrote: > Hi Vincent, > > Sorry for confusion: for now, you need to go to > http://localhost:8080/orbeon/fr/orbeon/newbuilder/new (note the > "newbuilder" in the URL instead of "builder"). With that, in the Edit > Control Details dialog, you'll see: > > http://www.evernote.com/shard/s2/sh/cd695a0e-5223-40f5-b45d-6a96f909dc9d/9b6c5d5c723d5a8c862917f2f3a1af9d > > Also note that this will store for in a different location in your > database. We did some major changes to Form Builder, and not > everything is working in the "new builder", so we kept the "old > builder" around. And with more bugs getting fixed in the "new > builder", we should soon be able to just replace the "old builder" > with the "new builder" in nightly builds. > > Alex > > On Mon, Mar 26, 2012 at 9:08 AM, Vincent Olivier <[hidden email]> wrote: >> Hi Alessandro! >> >> I just downloaded the latest nightly build. I was just wondering where I >> could find how to either code my form or access the form builder >> functionality for such an autocomplete control. >> >> Because by accessing the form builder (through >> "http://localhost:8080/fr/orbeon/builder/new") doesn't give me those options >> when I create an "Autocomplete" control. >> >> Or can you point me to the code for that control or a complete example so I >> can code it by hand? >> >> Thanks! >> >> Vincent >> >> >> >> >> On 2012-03-22, at 7:19 PM, Alessandro Vernet wrote: >> >> Hi Vincent, >> >> Indeed, I hadn't thought about it, but we should show the "label" >> rather than the "value" in the summary page by default, especially >> since we have it right there in the XML data. I made this, and it will >> be in the next nightly build. >> >> Alex >> >> On Thu, Mar 22, 2012 at 8:59 AM, Vincent Olivier <[hidden email]> wrote: >> >> Maybe I'm pushing it. I would be interested in developing it, if so (as soon >> as I'm finished with performances on the summary page. >> >> >> But would it be possible for the label ref to be what is indexed and >> displayed in the summary page (and thus available for search queries)? >> >> >> Regards, >> >> >> Vincent >> >> >> >> On 2012-03-19, at 2:55 PM, Alessandro Vernet wrote: >> >> >> Vincent, >> >> >> >> up4 wrote >> >> >> OK, so I found, by using the latest CE nightly build that it is not yet an >> >> officially released feature. >> >> >> >> Right: the resource mode was implemented just before the 3.9 release, but >> >> didn't make it in the release. We've updated the documentation on the wiki >> >> to make that clear: >> >> >> http://wiki.orbeon.com/forms/doc/developer-guide/xbl-components/autocomplete#TOC-Resource >> >> >> And as you've noticed, this mode is included in nightly builds. We've also >> >> made some improvements to that mode in the last couple of weeks and just >> >> blogged about it here: >> >> >> http://blog.orbeon.com/2012/03/autocomplete-gets-new-labelref.html >> >> >> Alex >> >> >> -- >> >> View this message in context: >> http://orbeon-forms-ops-users.24843.n4.nabble.com/Data-Dropdown-Configuration-in-Form-Builder-tp4440212p4485950.html >> >> Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com. >> >> >> -- >> >> You receive this message as a subscriber of the [hidden email] mailing >> list. >> >> To unsubscribe: mailto:[hidden email] >> >> For general help: mailto:[hidden email]?subject=help >> >> OW2 mailing lists service home page: http://www.ow2.org/wws >> >> >> >> >> -- >> >> You receive this message as a subscriber of the [hidden email] mailing >> list. >> >> To unsubscribe: mailto:[hidden email] >> >> For general help: mailto:[hidden email]?subject=help >> >> OW2 mailing lists service home page: http://www.ow2.org/wws >> >> >> >> >> >> -- >> Follow Orbeon on Twitter: @orbeon >> Follow me on Twitter: @avernet >> >> -- >> You receive this message as a subscriber of the [hidden email] mailing >> list. >> To unsubscribe: mailto:[hidden email] >> For general help: mailto:[hidden email]?subject=help >> OW2 mailing lists service home page: http://www.ow2.org/wws >> >> >> >> >> -- >> You receive this message as a subscriber of the [hidden email] mailing >> list. >> To unsubscribe: mailto:[hidden email] >> For general help: mailto:[hidden email]?subject=help >> OW2 mailing lists service home page: http://www.ow2.org/wws >> > > > > -- > Follow Orbeon on Twitter: @orbeon > Follow me on Twitter: @avernet > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |