Hi
I am working on tryin gto get a grasp on extensions..
works like a charm....Code:{{ dapp.Table{name: "VacaturesSVB"} }}
but...
Won't?Code:{{ dapp.Run{name: 'VacaturesSVB', publish: @test} }} {{ dhtml.table{ columns: [ { field: 'Functie', label: 'Name' }, { field: 'Plaats', label: 'Plaats' }, { field: 'Datum', label: 'Datum' }, { field: 'Omschrijving', label: 'Omschrijving' } ] , subscribe: @test } }}
As i try to debug with pagebus:
gives nothing but:Code:{{ pagebus.alert{subscribe: @test} }}
Gives a message from 'Dapp78hwij'Code:{{ pagebus.alert{} }}
So the publishing doesn't go well. Any suggestions?


Reply With Quote