Sorry for the double post, Markus, forgot the list.
Hi Markus,
thanks for your answer.
Am 12.04.2011 21:17, schrieb Markus Krötzsch:
> > First, aliases are meant as additional labels, not as main labels. You
> > should add a proper label to your call of registerProperty().
Ok, done. I now have
On 09/04/11 18:03, Stephan Gambke wrote:
> Hi,
>
> in an extension I register properties in an smwInitProperties hook
> handler like this:
>
> SMWPropertyValue::registerProperty( '___glt', '_str', false , true );
> SMWPropertyValue::registerProperty( '___gld', '_txt', false , true );
>
> I register
Hi,
in an extension I register properties in an smwInitProperties hook
handler like this:
SMWPropertyValue::registerProperty( '___glt', '_str', false , true );
SMWPropertyValue::registerProperty( '___gld', '_txt', false , true );
I register aliases in an smwInitDatatypes hook handler like this: