Hi
I am sure I did ask a question or two related to the jscalendar a while ago.But I am not able to find my old post. So..this is what I wish to do: I want to modify the source js file/files under orbeon-resources-public.jar to try and see if I can get the calendar to accept manual input, any other changes that I can make to the JS calendar..without having doing anything with Java Source code For this i unjarred this Jar file and then located folder ops\javascript\jscalendar. I see: calendar.js calendar-min.js calendar-setup.js etc. 1)Could you let me know which files I need to open up. 2) A recap of my knowledge of the present JS calendar: ---It does not accept manual calendar input. 3) Is there any other desired feature that the calendar lacks at the moment that I do not know about. thanks ilango |
Hi
As a reply to my own I have made changes to calendar-min.js. I now have a calendar that has a manually editable field. It will accept date fields in mm/dd/yyyy. How would I integrate this into my Orbeon war? thanks ilango
|
Administrator
|
Ilango,
If you are using a recent build, it's better to modify calendar.js and then run the "minify" ant task, which will automatically create calendar-min.js. -Erik On May 22, 2008, at 4:23 PM, ilango_g wrote: > > Hi > As a reply to my own > I have made changes to calendar-min.js. > I now have a calendar that has a manually editable field. It will > accept > date fields in mm/dd/yyyy. > > How would I integrate this into my Orbeon war? > > thanks > ilango > > ilango_g wrote: >> >> Hi >> I am sure I did ask a question or two related to the jscalendar a >> while >> ago.But I am not able to find my old post. So..this is what I wish >> to do: >> I want to modify the source js file/files under >> orbeon-resources-public.jar to try and see if I can get the >> calendar to >> accept manual input, any other changes that I can make to the JS >> calendar..without having doing anything with Java Source code >> >> For this i unjarred this Jar file and then located folder >> ops\javascript\jscalendar. >> >> I see: >> calendar.js >> calendar-min.js >> calendar-setup.js >> etc. >> >> 1)Could you let me know which files I need to open up. >> 2) A recap of my knowledge of the present JS calendar: >> >> ---It does not accept manual calendar input. >> 3) Is there any other desired feature that the calendar lacks at the >> moment that I do not know about. >> >> thanks >> ilango >> >> >> >> >> >> > > -- > View this message in context: http://www.nabble.com/which-jscalendar-file-fiels-under-orbeon-resources-public.jar-to-modify-tp17410703p17415636.html > Sent from the ObjectWeb 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 Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.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 |
Administrator
|
In reply to this post by ilango_g
On Thu, May 22, 2008 at 4:23 PM, ilango_g <[hidden email]> wrote:
> How would I integrate this into my Orbeon war? You can either update orbeon-resources-public.jar which contains those files, or put them in your resources directory (following the same path). Files under your resources directory will take precedence over those in the jars, which is a way for you to override what is bundled by default in Orbeon Forms. Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ Twitter - http://twitter.com/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 |
In reply to this post by Erik Bruchez
Hi Erik
So far my understanding is: I download orbeon.zip from http://www.orbeon.com/forms/download. So I have unzipped orbeon.zip and I now have the folder orbeon-3.6.0.200805221800. This folder has orbeon.war in it. Now how would I run the minify ant task as "ant minify". From where should I run this command? Or Do I have Compile Orbeon Forms? thanks ilango
|
Administrator
|
On Thu, May 22, 2008 at 6:16 PM, ilango_g <[hidden email]> wrote:
> Now how would I run the minify ant task as "ant minify". From where should I > run this command? > > Or Do I have Compile Orbeon Forms? You will need to get the source of Orbeon Forms for this. For more on how getting the source and building Orbeon Forms, see: http://www.orbeon.com/ops/doc/integration-development Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ Twitter - http://twitter.com/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 |
I found several modules in the CVS repository from Eclipse:
1) orbeon 2) saxon 3) stax 4) studio Is it enough if I just build the "orbeon" folder. thanks ilango
|
In reply to this post by Alessandro Vernet
I correct myself.
Is it enough to "compile" (I used the term "build" before) just the orbeon source folder? ilango
|
In reply to this post by Alessandro Vernet
Hi Alex, Erik
I located two calendar.js files in the source files from your CVS repository: 1) orbeon\src\resources-packaged\ops\javascript\jscalendar\calendar.js - 11/09/2006 - 50 kb 2)orbeon\src\resources-packaged\ops\javascript\yui - 1/24/2008 - 165 kb Which of these should I apply the modifications to? thanks ilango
|
Administrator
|
In reply to this post by ilango_g
Yes, orbeon is the module to use.
-Erik On May 23, 2008, at 6:34 AM, ilango_g wrote: > > I found several modules in the CVS repository from Eclipse: > > 1) orbeon > 2) saxon > 3) stax > 4) studio > > Is it enough if I just build the "orbeon" folder. > > thanks > ilango > > Alessandro Vernet wrote: >> >> On Thu, May 22, 2008 at 6:16 PM, ilango_g <[hidden email]> >> wrote: >>> Now how would I run the minify ant task as "ant minify". From where >>> should I >>> run this command? >>> >>> Or Do I have Compile Orbeon Forms? >> >> You will need to get the source of Orbeon Forms for this. For more on >> how getting the source and building Orbeon Forms, see: >> >> http://www.orbeon.com/ops/doc/integration-development >> >> Alex >> -- >> Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise >> Orbeon's Blog: http://www.orbeon.com/blog/ >> Personal Blog: http://avernet.blogspot.com/ >> Twitter - http://twitter.com/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 >> >> >> ----- >> Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise >> http://www.orbeon.com/ >> >> > > -- > View this message in context: http://www.nabble.com/which-jscalendar-file-fiels-under-orbeon-resources-public.jar-to-modify-tp17410703p17425756.html > Sent from the ObjectWeb 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 Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.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 |
Administrator
|
In reply to this post by ilango_g
Ilango,
Use the one under jscalendar. We would like to migrate to the YUI calendar, but this hasn't happened yet. When you have made your changes, run the orbeon-minify-js task to create the corresponding -min.js file. -Erik On May 23, 2008, at 6:48 AM, ilango_g wrote: > > Hi Alex, Erik > I located two calendar.js files in the source files from your CVS > repository: > > 1) orbeon\src\resources-packaged\ops\javascript\jscalendar > \calendar.js - > 11/09/2006 - 50 kb > 2)orbeon\src\resources-packaged\ops\javascript\yui - 1/24/2008 - 165 > kb > > Which of these should I apply the modifications to? > > thanks > ilango > > Alessandro Vernet wrote: >> >> On Thu, May 22, 2008 at 6:16 PM, ilango_g <[hidden email]> >> wrote: >>> Now how would I run the minify ant task as "ant minify". From where >>> should I >>> run this command? >>> >>> Or Do I have Compile Orbeon Forms? >> >> You will need to get the source of Orbeon Forms for this. For more on >> how getting the source and building Orbeon Forms, see: >> >> http://www.orbeon.com/ops/doc/integration-development >> >> Alex >> -- >> Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise >> Orbeon's Blog: http://www.orbeon.com/blog/ >> Personal Blog: http://avernet.blogspot.com/ >> Twitter - http://twitter.com/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 >> >> >> ----- >> Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise >> http://www.orbeon.com/ >> >> > > -- > View this message in context: http://www.nabble.com/which-jscalendar-file-fiels-under-orbeon-resources-public.jar-to-modify-tp17410703p17425977.html > Sent from the ObjectWeb 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 Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.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 |
Hi Erik
Is the YUI calendar going to replace the JS Calendar soon?
|
Administrator
|
We would like it to be soon but there is no ETA yet.
-Erik On May 23, 2008, at 12:01 PM, ilango_g wrote: > > Hi Erik > Is the YUI calendar going to replace the JS Calendar soon? > > > > > Erik Bruchez wrote: >> >> Ilango, >> >> Use the one under jscalendar. We would like to migrate to the YUI >> calendar, but this hasn't happened yet. >> >> When you have made your changes, run the orbeon-minify-js task to >> create the corresponding -min.js file. >> >> -Erik >> >> On May 23, 2008, at 6:48 AM, ilango_g wrote: >> >>> >>> Hi Alex, Erik >>> I located two calendar.js files in the source files from your CVS >>> repository: >>> >>> 1) orbeon\src\resources-packaged\ops\javascript\jscalendar >>> \calendar.js - >>> 11/09/2006 - 50 kb >>> 2)orbeon\src\resources-packaged\ops\javascript\yui - 1/24/2008 - 165 >>> kb >>> >>> Which of these should I apply the modifications to? >>> >>> thanks >>> ilango >>> >>> Alessandro Vernet wrote: >>>> >>>> On Thu, May 22, 2008 at 6:16 PM, ilango_g <[hidden email]> >>>> wrote: >>>>> Now how would I run the minify ant task as "ant minify". From >>>>> where >>>>> should I >>>>> run this command? >>>>> >>>>> Or Do I have Compile Orbeon Forms? >>>> >>>> You will need to get the source of Orbeon Forms for this. For >>>> more on >>>> how getting the source and building Orbeon Forms, see: >>>> >>>> http://www.orbeon.com/ops/doc/integration-development >>>> >>>> Alex >>>> -- >>>> Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise >>>> Orbeon's Blog: http://www.orbeon.com/blog/ >>>> Personal Blog: http://avernet.blogspot.com/ >>>> Twitter - http://twitter.com/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 >>>> >>>> >>>> ----- >>>> Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise >>>> http://www.orbeon.com/ >>>> >>>> >>> >>> -- >>> View this message in context: >>> http://www.nabble.com/which-jscalendar-file-fiels-under-orbeon-resources-public.jar-to-modify-tp17410703p17425977.html >>> Sent from the ObjectWeb 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 >> >> -- >> Orbeon Forms - Web Forms for the Enterprise Done the Right Way >> http://www.orbeon.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 >> >> > > -- > View this message in context: http://www.nabble.com/which-jscalendar-file-fiels-under-orbeon-resources-public.jar-to-modify-tp17410703p17433340.html > Sent from the ObjectWeb 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 Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.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 |
Free forum by Nabble | Edit this page |