Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Documentation issues

    v8.2p_2012-08-26/Pro Deployment (built 2012-08-26)

    Probably, one more documentation issue or i misunderstand something.

    Quick Start Guide tells us:

    To use the Developer Console, complete the following steps:
    1. In your *.gwt.xml file, inherit the module com.smartgwt.tools.SmartGwtTools.
    Actually, my developer console works just fine without inheriting SmartGwtTools with config:

    Code:
    <module rename-to="builtinds">
        <inherits name='com.google.gwt.user.User'/>
        <inherits name="com.smartgwtpro.SmartGwtProNoTheme"/>
        <inherits name="com.smartclient.theme.graphite.Graphite"/>
        <entry-point class='com.smartgwt.sample.client.BuiltInDS'/>
    </module>
    the resulting war contains builtinds/sc/system/helpers as it does with inheriting. Ofcource i'm making full clean build and clearing browser cache.

    #2
    I think you should mention

    Code:
    <extend-property name="locale" values="ru_RU"/>
    at javadoc/com/smartgwt/client/docs/I18n.html

    Cause without it i18n doesn't work.

    Comment


      #3
      For this and other basic settings which don't differ in SmartGWT, our i18n overview refers you to the GWT docs, which we don't want to copy in our own docs.

      Comment


        #4
        SmartGWT_Quick_Start_Guide.pdf is broken in latest 3.1d builds.

        Tested with Chrome and Adobe Reader 11.

        Comment


          #5
          Thanks for pointing this out, should be corrected for the next build.

          Comment

          Working...
          X