[opencms-dev] Fwd: Issue with default values in the content type

Filip Kratochvil filip.kratochvil at nelasoft.cz
Thu Jul 16 15:04:03 CEST 2015


Hi, you can try this definition type:

https://github.com/alkacon/modules-v8/blob/branch_8_0_x/modules/com.alkacon.opencms.v8.article/resources/system/modules/com.alkacon.opencms.v8.article/schemas/article.xsd

 

Or just use xmlbundles from folder /i18n/

 

--
Regards
Filip Kratochvil
------------------------------------------------
NELASOFT Technologies, s.r.o.
E-mail: filip.kratochvil at nelasoft.cz
Web: www.nelasoft.cz <http://www.nelasoft.cz/> 

Twitter: @NELASOFT <https://twitter.com/NELASOFT> 

 

From: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Ashish Shekhar
Sent: Thursday, July 16, 2015 10:17 AM
To: The OpenCms mailing list
Subject: Re: [opencms-dev] Fwd: Issue with default values in the content type

 

Hi,

I tried with value="%(key.bootstrap.blog.default.Text) . Its working fine but when I tried with following defining default value there itself , it didn't work.

I removed the default definition from nested xsd but nothing make any changes.

    <xsd:complexType name="OpenCmsOceanSchm">
        <xsd:sequence>            
            <xsd:element name="MainContent" type="OpenCmsAddress" minOccurs="1" maxOccurs="10" />
            
        </xsd:sequence>
        <xsd:attribute name="language" type="OpenCmsLocale" use="required"/>
    </xsd:complexType>
        <xsd:annotation>
        <xsd:appinfo>
            <defaults>
                <default element="MainContent/Text" value="Add your text" />
            </defaults>
            <layouts>
                <layout element="Text" widget="HtmlWidget" configuration="height:400px,link,anchor,source,downloadgallery,formatselect"/>
            </layouts>
        </xsd:appinfo>
    </xsd:annotation>  
</xsd:schema>

Thanks

Ashish

 

On Wed, Jul 15, 2015 at 6:35 PM, Schliemann, Kai <K.Schliemann at comundus.com> wrote:

Hi,

did you remove the defaults definition from your nested xsd (address.xsd) when you defined the defaults in your main xsd (abc.xsd)?

HTH

Best regards

Kai

 

Von: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] Im Auftrag von Ashish Shekhar
Gesendet: Mittwoch, 15. Juli 2015 14:49
An: The OpenCms mailing list
Betreff: [opencms-dev] Fwd: Issue with default values in the content type

 

Hi.

Does anyone have idea how to set the default value for nested content type? I tried all the approaches suggested but doesn't make any difference.

-Ashish

 

---------- Forwarded message ----------
From: Ashish Shekhar <ashish.shekharcsc at gmail.com>
Date: Mon, Jul 13, 2015 at 2:57 PM
Subject: Issue with default values in the content type
To: The OpenCms mailing list <opencms-dev at opencms.org>

Hi,

I have created content type for which I have configure xsd as per my need.

The default value which is coming fine for simple xml content type but when I used nested content type the default value is not coming.

I want the default value should come to every nested items when ever I add new instance + but its not coming to a single instance.

I am attaching my xsd. Does anyone have idea what is missing here?

Thanks

Ashish

 


_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev





 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20150716/5d778fe0/attachment.htm>


More information about the opencms-dev mailing list