It's easier to answer these questions when you give a link to your exhibit.
If you want to display information, that information first has to be in the json file. You need to add fields like "who" to the json. Then you can modify the exhibit to display that information.
On 3/6/2014 4:55 AM, igor cintula wrote:
Hi there,
I am just a beginer so sorry about my question. I use exhibit for display events it work perfect but on the left side I want display personal information about the person which make this events.

here is the page with events :

<https://lh3.googleusercontent.com/-EanYDu4zwas/UxhE19Pnq5I/AAAAAAAAAFU/uVcKuZUN-O8/s1600/Untitled.png>











here is ma JSON file

{
        "items" : [

        {

        ID :"Fazy programu",

        type :"Event",

        label :"Fazy programu konanie v  Aula UKF, Nitra",

        link :                  "http://konferencia.com/20140411";,

        when_startTime :"2014-04-11",

        when_endTime :"2014-04-11",

        where_label :"Aula UKF, Nitra",

        where_address :"Univerzita Konstantina Filozofa v Nitre, Tr.
A. Hlinku 1, 94974 Nitra",
        where_latlng :"48.30851,18.090652",

        },

        {

        ID :"Pascal",

        type :"Event",

        label :"Pascal konanie v  Aula STU, Bratislava",

        link :                  "http://konferencia.com/20140412";,

        when_startTime :"2014-04-12",

        when_endTime :"2014-04-12",

        where_label :"Aula STU, Bratislava",

        where_address :"Slovenska technicka univerzita v Bratislave,
Vazovova 5, 812 43 Bratislava",
        where_latlng :"48.151088,17.112917",

        },

        {

        ID :"Mobilne aplikacie v Jave",

        type :"Event",

        label :"Mobilne aplikacie v Jave konanie v  Zasada miestnost
        S310 STU, Kosice",

        link :                  "http://konferencia.com/20140613";,

        when_startTime :"2014-06-13",

        when_endTime :"2014-06-13",

        where_label :"Zasada miestnost S310 STU, Kosice",

        where_address :"Slovenska technicka univerzita v Kosiciach,
Letna 9, 042 00 Kosice",
        where_latlng :"48.73165,21.243996",


        }



        ]

        }



But I can not figure out how send Json file with aditiaonl information like name phone email and display this on the page.
it is possible to do this like this :


{
              "items" : [

            {

            ID :"Fazy programu",

            type :"Event",

            label :"Fazy programu konanie v  Aula UKF, Nitra",

            link :                  "http://konferencia.com/20140411";,

            when_startTime :"2014-04-11",

            when_endTime :"2014-04-11",

            where_label :"Aula UKF, Nitra",

            where_address :"Univerzita Konstantina Filozofa v Nitre,
Tr. A. Hlinku 1, 94974 Nitra",
            where_latlng :"48.30851,18.090652",

            },

            {

            ID :"Pascal",

            type :"Event",

            label :"Pascal konanie v  Aula STU, Bratislava",

            link :                  "http://konferencia.com/20140412";,

            when_startTime :"2014-04-12",

            when_endTime :"2014-04-12",

            where_label :"Aula STU, Bratislava",

            where_address :"Slovenska technicka univerzita v
Bratislave, Vazovova 5, 812 43 Bratislava",
            where_latlng :"48.151088,17.112917",

            },

            {

            ID :"Mobilne aplikacie v Jave",

            type :"Event",

            label :"Mobilne aplikacie v Jave konanie v  Zasada
            miestnost S310 STU, Kosice",

            link :                  "http://konferencia.com/20140613";,

            when_startTime :"2014-06-13",

            when_endTime :"2014-06-13",

            where_label :"Zasada miestnost S310 STU, Kosice",

            where_address :"Slovenska technicka univerzita v
Kosiciach, Letna 9, 042 00 Kosice",
            where_latlng :"48.73165,21.243996",


            }

                          {

            ID :"http://osobneinformacie.com/p.gustav.s115";,

            meno :                  "Peter",

            priezvisko :            "Gustav",

            telefon :"0914823123",

            email :                 "[email protected]",

            kancelaria :"Lopov",

            }



            ]

            }


or should I use two JSON file ?? ..........and how I can just read information from the JSON and write it on the page ??.

Thank you for the answers
--
You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>.
Visit this group at http://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "SIMILE 
Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to