1How to use local versions of jQueryUI (jquery local is the default and
already part of the gnoga distro):

1. Download the jquery-ui css and js files from
https://jqueryui.com/resources/download/jquery-ui-1.11.4.zip
2. Unzip and places the css files in the css directory and the js files in
the js directory.
3. Modify boot.html 's head section to add the js and css additions here
(most everything else should already be there):

   <HEAD>
      <meta http-equiv="Pragma" content="no-cache">
      <meta http-equiv="Expires" content="-1">
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <script src="/js/jquery.min.js"></script>

      <link rel="stylesheet" href="/css/jquery-ui.css">
      <script src="/js/jquery-ui.min.js"></script>

      <link rel="stylesheet" href="/css/bootstrap.min.css">
      <link rel="stylesheet" href="/css/bootstrap-theme.min.css">
      <script src="/js/bootstrap.min.js"></script>
      <script src="/js/boot.js" type="text/javascript"></script>
   </HEAD>

4. Remove the following line from jdemo.adb

      jQueryUI.Load_jQueryUI (Main_Window);
(No need to load what is already loaded in browser with the boot.html file)

David Botton

On Mon, Apr 13, 2015 at 5:52 PM Rabbi David Botton <[email protected]> wrote:

> Simple. I post how later today
> On Mon, Apr 13, 2015 at 5:38 PM Jeremiah Breeden <
> [email protected]> wrote:
>
>> How easy is it to add that stuff for someone who has not messed with
>> jquery before?  I've not tried it yet, so I am curious as well.
>>
>>
>> On Mon, Apr 13, 2015 at 5:30 PM, Rabbi David Botton <[email protected]>
>> wrote:
>>
>>> It gets the jquery js and css files via the Internet. This is not a
>>> required behavior. You can just add the code to the boot.html file to load
>>> and have local copies in the css and js directory. That is what Gnoga.com
>>> does.
>>>
>>
>> ------------------------------------------------------------------------------
>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
>> Develop your own process in accordance with the BPMN 2 standard
>> Learn Process modeling best practices with Bonita BPM through live
>> exercises
>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-
>> event?utm_
>>
>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF_______________________________________________
>> Gnoga-list mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>>
>
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Gnoga-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to