ajax inclure

I've just understand quite means people sleeping. so I copy and paste
my question here.

  <tin_nqn> hello
  <tin_nqn> I'm trying to implement the ajax method for inclures described here:
  <tin_nqn> http://my.opera.com/tech-nova/blog/2008/03/12/11289-ajax-without-coding-in-spip
  <tin_nqn> but I couldn't
  <tin_nqn> it's this feature already available?
  <tin_nqn> I'm using svn 11832

cheers.
martin.

--
nqnwebs.com
textosypretextos.com.ar

Hi,

can you give us an exemple of code ?
What do you want to do ?
It’s hard to answer without any more details.

But this feature is available, so we’ll find a solution, I guess,

.Gilles

2008/7/4 Martín Gaitán <gaitan@gmail.com>:

I’ve just understand quite means people sleeping. so I copy and paste
my question here.

<tin_nqn> hello
<tin_nqn> I’m trying to implement the ajax method for inclures described here:
<tin_nqn> http://my.opera.com/tech-nova/blog/2008/03/12/11289-ajax-without-coding-in-spip
<tin_nqn> but I couldn’t
<tin_nqn> it’s this feature already available?
<tin_nqn> I’m using svn 11832

cheers.
martin.


nqnwebs.com
textosypretextos.com.ar


spip-en@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-en

Gilles, this is my attempt

http://www.textosypretextos.com.ar/spip.php?page=sommaire2

the template is here:
http://www.textosypretextos.com.ar/squelettes/sommaire2.html

and the ajaxified portion is this
http://www.textosypretextos.com.ar/squelettes/inc_posts.html

I want to get an ajax pagination of the my blog column.

Spip returns and error because it can't find "fond/ajax" . where should be it?

On Thu, Jul 3, 2008 at 10:29 PM, Gilles Vincent
<gilles.vincent@gmail.com> wrote:

Hi,

can you give us an exemple of code ?
What do you want to do ?
It's hard to answer without any more details.

But this feature is available, so we'll find a solution, I guess,

.Gilles
---

2008/7/4 Martín Gaitán <gaitan@gmail.com>:

I've just understand quite means people sleeping. so I copy and paste
my question here.

       <tin_nqn> hello
       <tin_nqn> I'm trying to implement the ajax method for
inclures described here:
       <tin_nqn>
The Opera Blog - News | Opera
       <tin_nqn> but I couldn't
       <tin_nqn> it's this feature already available?
       <tin_nqn> I'm using svn 11832

cheers.
martin.

--
nqnwebs.com
textosypretextos.com.ar
_______________________________________________
spip-en@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-en

--
nqnwebs.com
textosypretextos.com.ar

Hi,

in fact the grammar has changed since this commit (I should update this article :wink:
With the last SVN version, you must write :

<INCLURE{fond=inc-posts}{env}{ajax}>

The filter {ajax} « ajaxifies » the links in the included template : the html code resulting from this template is refreshed inside the same box, without reloading the page.
Quite magical, no ?

You have an example with dist/inc-petition.html : it is included with this method into dist/article.html

.Gilles

2008/7/4 Martín Gaitán <gaitan@gmail.com>:

Gilles, this is my attempt

http://www.textosypretextos.com.ar/spip.php?page=sommaire2

the template is here:
http://www.textosypretextos.com.ar/squelettes/sommaire2.html

and the ajaxified portion is this
http://www.textosypretextos.com.ar/squelettes/inc_posts.html

I want to get an ajax pagination of the my blog column.

Spip returns and error because it can’t find « fond/ajax » . where should be it?

On Thu, Jul 3, 2008 at 10:29 PM, Gilles Vincent
<gilles.vincent@gmail.com> wrote:

Hi,

can you give us an exemple of code ?
What do you want to do ?
It’s hard to answer without any more details.

But this feature is available, so we’ll find a solution, I guess,

.Gilles

2008/7/4 Martín Gaitán <gaitan@gmail.com>:

I’ve just understand quite means people sleeping. so I copy and paste
my question here.

<tin_nqn> hello
<tin_nqn> I’m trying to implement the ajax method for
inclures described here:
<tin_nqn>
http://my.opera.com/tech-nova/blog/2008/03/12/11289-ajax-without-coding-in-spip
<tin_nqn> but I couldn’t
<tin_nqn> it’s this feature already available?
<tin_nqn> I’m using svn 11832

cheers.
martin.


nqnwebs.com
textosypretextos.com.ar


spip-en@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-en

nqnwebs.com
textosypretextos.com.ar

Ok. I've tried.

http://www.textosypretextos.com.ar/spip.php?page=sommaire3

and inc_posts is updated (with #ENV{pagination} )

but is still not working.
paginitation link sometimes doesn't load content or sometime dont
increment the variable 'debut'. bit strange, no?

thanks for the help.
martin

On Fri, Jul 4, 2008 at 11:12 AM, Gilles Vincent
<gilles.vincent@gmail.com> wrote:

Hi,

in fact the grammar has changed since this commit (I should update this
article :wink:
With the last SVN version, you must write :

<INCLURE{fond=inc-posts}{env}{ajax}>

The filter {ajax} "ajaxifies" the links in the included template : the html
code resulting from this template is refreshed inside the same box, without
reloading the page.
Quite magical, no ?

You have an example with dist/inc-petition.html : it is included with this
method into dist/article.html

.Gilles
---
2008/7/4 Martín Gaitán <gaitan@gmail.com>:

Gilles, this is my attempt

http://www.textosypretextos.com.ar/spip.php?page=sommaire2

the template is here:
http://www.textosypretextos.com.ar/squelettes/sommaire2.html

and the ajaxified portion is this
http://www.textosypretextos.com.ar/squelettes/inc_posts.html

I want to get an ajax pagination of the my blog column.

Spip returns and error because it can't find "fond/ajax" . where should be
it?

On Thu, Jul 3, 2008 at 10:29 PM, Gilles Vincent
<gilles.vincent@gmail.com> wrote:
> Hi,
>
> can you give us an exemple of code ?
> What do you want to do ?
> It's hard to answer without any more details.
>
> But this feature is available, so we'll find a solution, I guess,
>
>
> .Gilles
> ---
>
>
> 2008/7/4 Martín Gaitán <gaitan@gmail.com>:
>>
>> I've just understand quite means people sleeping. so I copy and paste
>> my question here.
>>
>> <tin_nqn> hello
>> <tin_nqn> I'm trying to implement the ajax method for
>> inclures described here:
>> <tin_nqn>
>>
>> The Opera Blog - News | Opera
>> <tin_nqn> but I couldn't
>> <tin_nqn> it's this feature already available?
>> <tin_nqn> I'm using svn 11832
>>
>> cheers.
>> martin.
>>
>> --
>> nqnwebs.com
>> textosypretextos.com.ar
>> _______________________________________________
>> spip-en@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-en
>
>

--
nqnwebs.com
textosypretextos.com.ar

--
nqnwebs.com
textosypretextos.com.ar