You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by Deepak Gopalakrishnan <dg...@gmail.com> on 2014/01/06 07:56:53 UTC

Increase columns of textarea and change edit button location

I'm using @Multiline to create a text area input field. I'd like to
increase the number of columns it has. Can someone let me know how I can do
that.

Also, I would like to keep the edit button on top of the page. Please give
me some pointers

-- 
Regards,
*Deepak Gopalakrishnan*
*Mobile*:+918891509774
*Skype* : deepakgk87
http://myexps.blogspot.com

Re: Increase columns of textarea and change edit button location

Posted by Dan Haywood <da...@haywood-associates.co.uk>.
Hi Deepak,
Not so much a bug as a missing feature.  But, yeah, raise a ticket either
way.
Dan



On 28 January 2014 15:50, Deepak Gopalakrishnan <dg...@gmail.com> wrote:

> I'm using 1.3.1 wicket viewer and I still get the same behaviour. If you
> think this is a bug I'll raise a ticket.
>
> Thanks
>
>
> On Tue, Jan 28, 2014 at 9:18 PM, Dan Haywood
> <da...@haywood-associates.co.uk>wrote:
>
> > yes, that's what I meant.
> >
> > in v1.3.1, I only re-released Wicket viewer and the archetypes, core and
> > the other stuff stayed at 1.3.0
> >
> > There's a release matrix documenting releases to date [1]
> >
> >
> > Dan
> >
> >
> > [1] http://isis.apache.org/release-matrix.html
> >
> >
> >
> >
> > On 28 January 2014 15:40, Deepak Gopalakrishnan <dg...@gmail.com>
> wrote:
> >
> > > Had a look at this issue today.
> > >
> > > @Dan : Do you mean <isis-viewer-wicket.version>1.3.1</
> > > isis-viewer-wicket.version>?
> > >
> > >
> > >
> > >
> > > On Mon, Jan 6, 2014 at 6:03 PM, Deepak Gopalakrishnan <
> dgkris@gmail.com
> > > >wrote:
> > >
> > > > Hello Dan,
> > > >
> > > > If that is the case, I think that could be the issue. I'm using
> > > >       <isis.version>1.3.0</isis.version>
> > > >
> > > > I'll update that and see how things work.
> > > >
> > > > Thanks
> > > > Deepak
> > > >
> > > >
> > > > On Mon, Jan 6, 2014 at 5:37 PM, Dan Haywood <
> > > dan@haywood-associates.co.uk>wrote:
> > > >
> > > >> Hi Deepak,
> > > >> are you using 1.3.1, or are you building from source?  I ask cos I
> > > think I
> > > >> made some improvements in this area since 1.3.1.
> > > >> Dan
> > > >>
> > > >>
> > > >> On 6 January 2014 11:41, Deepak Gopalakrishnan <dg...@gmail.com>
> > > wrote:
> > > >>
> > > >> > Hello Jeroen,
> > > >> >
> > > >> > Thanks for the response. Below is the code I'm using
> > > >> >
> > > >> >     private String response;
> > > >> >
> > > >> >     @javax.jdo.annotations.Column(allowsNull = "true")
> > > >> >
> > > >> >     @MemberOrder(name = "Response", sequence = "11")
> > > >> >
> > > >> >     @MultiLine(numberOfLines = 10)
> > > >> >
> > > >> >     @TypicalLength(800)
> > > >> >
> > > >> >     public String getResponse() {
> > > >> >
> > > >> >         return response;
> > > >> >
> > > >> >     }
> > > >> >
> > > >> >
> > > >> > The issue is I still get a <textarea
> > > >> >
> > > >> >
> > > >>
> > >
> >
> name="leftColumn:memberGroup:2:properties:1:property:scalarIfRegular:scalarValue"
> > > >> > disabled="disabled" id="scalarValue17" cols="35" rows="10"
> > > >> > title=""></textarea>.
> > > >> >
> > > >> >
> > > >> > What could be wrong?
> > > >> >
> > > >> >
> > > >> > On Mon, Jan 6, 2014 at 3:00 PM, Jeroen van der Wal <
> > > jeroen@stromboli.it
> > > >> > >wrote:
> > > >> >
> > > >> > > Hi Deepak,
> > > >> > >
> > > >> > > The @MultiLine has support for that [1].
> > > >> > >
> > > >> > > The location of the edit button is a responsibility of the
> > (wicket)
> > > >> > > viewer. the EntityPropertiesPanel.html file [1] would be the
> right
> > > >> > > place to start making modifications.
> > > >> > >
> > > >> > >
> > > >> > > [1]
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://isis.apache.org/applib-guide/reference/recognized-annotations/MultiLine.html
> > > >> > > [2]
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://github.com/apache/isis/blob/master/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/properties/EntityPropertiesPanel.html?source=c
> > > >> > >
> > > >> > > On Mon, Jan 6, 2014 at 7:56 AM, Deepak Gopalakrishnan <
> > > >> dgkris@gmail.com>
> > > >> > > wrote:
> > > >> > > > I'm using @Multiline to create a text area input field. I'd
> like
> > > to
> > > >> > > > increase the number of columns it has. Can someone let me know
> > > how I
> > > >> > can
> > > >> > > do
> > > >> > > > that.
> > > >> > > >
> > > >> > > > Also, I would like to keep the edit button on top of the page.
> > > >> Please
> > > >> > > give
> > > >> > > > me some pointers
> > > >> > > >
> > > >> > > > --
> > > >> > > > Regards,
> > > >> > > > *Deepak Gopalakrishnan*
> > > >> > > > *Mobile*:+918891509774
> > > >> > > > *Skype* : deepakgk87
> > > >> > > > http://myexps.blogspot.com
> > > >> > >
> > > >> >
> > > >> >
> > > >> >
> > > >> > --
> > > >> > Regards,
> > > >> > *Deepak Gopalakrishnan*
> > > >> > *Mobile*:+918891509774
> > > >> > *Skype* : deepakgk87
> > > >> > http://myexps.blogspot.com
> > > >> >
> > > >>
> > > >
> > > >
> > > >
> > > > --
> > > > Regards,
> > > > *Deepak Gopalakrishnan*
> > > > *Mobile*:+918891509774
> > > > *Skype* : deepakgk87
> > > > http://myexps.blogspot.com
> > > >
> > > >
> > >
> > >
> > > --
> > > Regards,
> > > *Deepak Gopalakrishnan*
> > > *Mobile*:+918891509774
> > > *Skype* : deepakgk87
> > > http://myexps.blogspot.com
> > >
> >
>
>
>
> --
> Regards,
> *Deepak Gopalakrishnan*
> *Mobile*:+918891509774
> *Skype* : deepakgk87
> http://myexps.blogspot.com
>

Re: Increase columns of textarea and change edit button location

Posted by Deepak Gopalakrishnan <dg...@gmail.com>.
I'm using 1.3.1 wicket viewer and I still get the same behaviour. If you
think this is a bug I'll raise a ticket.

Thanks


On Tue, Jan 28, 2014 at 9:18 PM, Dan Haywood
<da...@haywood-associates.co.uk>wrote:

> yes, that's what I meant.
>
> in v1.3.1, I only re-released Wicket viewer and the archetypes, core and
> the other stuff stayed at 1.3.0
>
> There's a release matrix documenting releases to date [1]
>
>
> Dan
>
>
> [1] http://isis.apache.org/release-matrix.html
>
>
>
>
> On 28 January 2014 15:40, Deepak Gopalakrishnan <dg...@gmail.com> wrote:
>
> > Had a look at this issue today.
> >
> > @Dan : Do you mean <isis-viewer-wicket.version>1.3.1</
> > isis-viewer-wicket.version>?
> >
> >
> >
> >
> > On Mon, Jan 6, 2014 at 6:03 PM, Deepak Gopalakrishnan <dgkris@gmail.com
> > >wrote:
> >
> > > Hello Dan,
> > >
> > > If that is the case, I think that could be the issue. I'm using
> > >       <isis.version>1.3.0</isis.version>
> > >
> > > I'll update that and see how things work.
> > >
> > > Thanks
> > > Deepak
> > >
> > >
> > > On Mon, Jan 6, 2014 at 5:37 PM, Dan Haywood <
> > dan@haywood-associates.co.uk>wrote:
> > >
> > >> Hi Deepak,
> > >> are you using 1.3.1, or are you building from source?  I ask cos I
> > think I
> > >> made some improvements in this area since 1.3.1.
> > >> Dan
> > >>
> > >>
> > >> On 6 January 2014 11:41, Deepak Gopalakrishnan <dg...@gmail.com>
> > wrote:
> > >>
> > >> > Hello Jeroen,
> > >> >
> > >> > Thanks for the response. Below is the code I'm using
> > >> >
> > >> >     private String response;
> > >> >
> > >> >     @javax.jdo.annotations.Column(allowsNull = "true")
> > >> >
> > >> >     @MemberOrder(name = "Response", sequence = "11")
> > >> >
> > >> >     @MultiLine(numberOfLines = 10)
> > >> >
> > >> >     @TypicalLength(800)
> > >> >
> > >> >     public String getResponse() {
> > >> >
> > >> >         return response;
> > >> >
> > >> >     }
> > >> >
> > >> >
> > >> > The issue is I still get a <textarea
> > >> >
> > >> >
> > >>
> >
> name="leftColumn:memberGroup:2:properties:1:property:scalarIfRegular:scalarValue"
> > >> > disabled="disabled" id="scalarValue17" cols="35" rows="10"
> > >> > title=""></textarea>.
> > >> >
> > >> >
> > >> > What could be wrong?
> > >> >
> > >> >
> > >> > On Mon, Jan 6, 2014 at 3:00 PM, Jeroen van der Wal <
> > jeroen@stromboli.it
> > >> > >wrote:
> > >> >
> > >> > > Hi Deepak,
> > >> > >
> > >> > > The @MultiLine has support for that [1].
> > >> > >
> > >> > > The location of the edit button is a responsibility of the
> (wicket)
> > >> > > viewer. the EntityPropertiesPanel.html file [1] would be the right
> > >> > > place to start making modifications.
> > >> > >
> > >> > >
> > >> > > [1]
> > >> > >
> > >> >
> > >>
> >
> https://isis.apache.org/applib-guide/reference/recognized-annotations/MultiLine.html
> > >> > > [2]
> > >> > >
> > >> >
> > >>
> >
> https://github.com/apache/isis/blob/master/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/properties/EntityPropertiesPanel.html?source=c
> > >> > >
> > >> > > On Mon, Jan 6, 2014 at 7:56 AM, Deepak Gopalakrishnan <
> > >> dgkris@gmail.com>
> > >> > > wrote:
> > >> > > > I'm using @Multiline to create a text area input field. I'd like
> > to
> > >> > > > increase the number of columns it has. Can someone let me know
> > how I
> > >> > can
> > >> > > do
> > >> > > > that.
> > >> > > >
> > >> > > > Also, I would like to keep the edit button on top of the page.
> > >> Please
> > >> > > give
> > >> > > > me some pointers
> > >> > > >
> > >> > > > --
> > >> > > > Regards,
> > >> > > > *Deepak Gopalakrishnan*
> > >> > > > *Mobile*:+918891509774
> > >> > > > *Skype* : deepakgk87
> > >> > > > http://myexps.blogspot.com
> > >> > >
> > >> >
> > >> >
> > >> >
> > >> > --
> > >> > Regards,
> > >> > *Deepak Gopalakrishnan*
> > >> > *Mobile*:+918891509774
> > >> > *Skype* : deepakgk87
> > >> > http://myexps.blogspot.com
> > >> >
> > >>
> > >
> > >
> > >
> > > --
> > > Regards,
> > > *Deepak Gopalakrishnan*
> > > *Mobile*:+918891509774
> > > *Skype* : deepakgk87
> > > http://myexps.blogspot.com
> > >
> > >
> >
> >
> > --
> > Regards,
> > *Deepak Gopalakrishnan*
> > *Mobile*:+918891509774
> > *Skype* : deepakgk87
> > http://myexps.blogspot.com
> >
>



-- 
Regards,
*Deepak Gopalakrishnan*
*Mobile*:+918891509774
*Skype* : deepakgk87
http://myexps.blogspot.com

Re: Increase columns of textarea and change edit button location

Posted by Dan Haywood <da...@haywood-associates.co.uk>.
yes, that's what I meant.

in v1.3.1, I only re-released Wicket viewer and the archetypes, core and
the other stuff stayed at 1.3.0

There's a release matrix documenting releases to date [1]


Dan


[1] http://isis.apache.org/release-matrix.html




On 28 January 2014 15:40, Deepak Gopalakrishnan <dg...@gmail.com> wrote:

> Had a look at this issue today.
>
> @Dan : Do you mean <isis-viewer-wicket.version>1.3.1</
> isis-viewer-wicket.version>?
>
>
>
>
> On Mon, Jan 6, 2014 at 6:03 PM, Deepak Gopalakrishnan <dgkris@gmail.com
> >wrote:
>
> > Hello Dan,
> >
> > If that is the case, I think that could be the issue. I'm using
> >       <isis.version>1.3.0</isis.version>
> >
> > I'll update that and see how things work.
> >
> > Thanks
> > Deepak
> >
> >
> > On Mon, Jan 6, 2014 at 5:37 PM, Dan Haywood <
> dan@haywood-associates.co.uk>wrote:
> >
> >> Hi Deepak,
> >> are you using 1.3.1, or are you building from source?  I ask cos I
> think I
> >> made some improvements in this area since 1.3.1.
> >> Dan
> >>
> >>
> >> On 6 January 2014 11:41, Deepak Gopalakrishnan <dg...@gmail.com>
> wrote:
> >>
> >> > Hello Jeroen,
> >> >
> >> > Thanks for the response. Below is the code I'm using
> >> >
> >> >     private String response;
> >> >
> >> >     @javax.jdo.annotations.Column(allowsNull = "true")
> >> >
> >> >     @MemberOrder(name = "Response", sequence = "11")
> >> >
> >> >     @MultiLine(numberOfLines = 10)
> >> >
> >> >     @TypicalLength(800)
> >> >
> >> >     public String getResponse() {
> >> >
> >> >         return response;
> >> >
> >> >     }
> >> >
> >> >
> >> > The issue is I still get a <textarea
> >> >
> >> >
> >>
> name="leftColumn:memberGroup:2:properties:1:property:scalarIfRegular:scalarValue"
> >> > disabled="disabled" id="scalarValue17" cols="35" rows="10"
> >> > title=""></textarea>.
> >> >
> >> >
> >> > What could be wrong?
> >> >
> >> >
> >> > On Mon, Jan 6, 2014 at 3:00 PM, Jeroen van der Wal <
> jeroen@stromboli.it
> >> > >wrote:
> >> >
> >> > > Hi Deepak,
> >> > >
> >> > > The @MultiLine has support for that [1].
> >> > >
> >> > > The location of the edit button is a responsibility of the (wicket)
> >> > > viewer. the EntityPropertiesPanel.html file [1] would be the right
> >> > > place to start making modifications.
> >> > >
> >> > >
> >> > > [1]
> >> > >
> >> >
> >>
> https://isis.apache.org/applib-guide/reference/recognized-annotations/MultiLine.html
> >> > > [2]
> >> > >
> >> >
> >>
> https://github.com/apache/isis/blob/master/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/properties/EntityPropertiesPanel.html?source=c
> >> > >
> >> > > On Mon, Jan 6, 2014 at 7:56 AM, Deepak Gopalakrishnan <
> >> dgkris@gmail.com>
> >> > > wrote:
> >> > > > I'm using @Multiline to create a text area input field. I'd like
> to
> >> > > > increase the number of columns it has. Can someone let me know
> how I
> >> > can
> >> > > do
> >> > > > that.
> >> > > >
> >> > > > Also, I would like to keep the edit button on top of the page.
> >> Please
> >> > > give
> >> > > > me some pointers
> >> > > >
> >> > > > --
> >> > > > Regards,
> >> > > > *Deepak Gopalakrishnan*
> >> > > > *Mobile*:+918891509774
> >> > > > *Skype* : deepakgk87
> >> > > > http://myexps.blogspot.com
> >> > >
> >> >
> >> >
> >> >
> >> > --
> >> > Regards,
> >> > *Deepak Gopalakrishnan*
> >> > *Mobile*:+918891509774
> >> > *Skype* : deepakgk87
> >> > http://myexps.blogspot.com
> >> >
> >>
> >
> >
> >
> > --
> > Regards,
> > *Deepak Gopalakrishnan*
> > *Mobile*:+918891509774
> > *Skype* : deepakgk87
> > http://myexps.blogspot.com
> >
> >
>
>
> --
> Regards,
> *Deepak Gopalakrishnan*
> *Mobile*:+918891509774
> *Skype* : deepakgk87
> http://myexps.blogspot.com
>

Re: Increase columns of textarea and change edit button location

Posted by Deepak Gopalakrishnan <dg...@gmail.com>.
Had a look at this issue today.

@Dan : Do you mean <isis-viewer-wicket.version>1.3.1</
isis-viewer-wicket.version>?




On Mon, Jan 6, 2014 at 6:03 PM, Deepak Gopalakrishnan <dg...@gmail.com>wrote:

> Hello Dan,
>
> If that is the case, I think that could be the issue. I'm using
>       <isis.version>1.3.0</isis.version>
>
> I'll update that and see how things work.
>
> Thanks
> Deepak
>
>
> On Mon, Jan 6, 2014 at 5:37 PM, Dan Haywood <da...@haywood-associates.co.uk>wrote:
>
>> Hi Deepak,
>> are you using 1.3.1, or are you building from source?  I ask cos I think I
>> made some improvements in this area since 1.3.1.
>> Dan
>>
>>
>> On 6 January 2014 11:41, Deepak Gopalakrishnan <dg...@gmail.com> wrote:
>>
>> > Hello Jeroen,
>> >
>> > Thanks for the response. Below is the code I'm using
>> >
>> >     private String response;
>> >
>> >     @javax.jdo.annotations.Column(allowsNull = "true")
>> >
>> >     @MemberOrder(name = "Response", sequence = "11")
>> >
>> >     @MultiLine(numberOfLines = 10)
>> >
>> >     @TypicalLength(800)
>> >
>> >     public String getResponse() {
>> >
>> >         return response;
>> >
>> >     }
>> >
>> >
>> > The issue is I still get a <textarea
>> >
>> >
>> name="leftColumn:memberGroup:2:properties:1:property:scalarIfRegular:scalarValue"
>> > disabled="disabled" id="scalarValue17" cols="35" rows="10"
>> > title=""></textarea>.
>> >
>> >
>> > What could be wrong?
>> >
>> >
>> > On Mon, Jan 6, 2014 at 3:00 PM, Jeroen van der Wal <jeroen@stromboli.it
>> > >wrote:
>> >
>> > > Hi Deepak,
>> > >
>> > > The @MultiLine has support for that [1].
>> > >
>> > > The location of the edit button is a responsibility of the (wicket)
>> > > viewer. the EntityPropertiesPanel.html file [1] would be the right
>> > > place to start making modifications.
>> > >
>> > >
>> > > [1]
>> > >
>> >
>> https://isis.apache.org/applib-guide/reference/recognized-annotations/MultiLine.html
>> > > [2]
>> > >
>> >
>> https://github.com/apache/isis/blob/master/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/properties/EntityPropertiesPanel.html?source=c
>> > >
>> > > On Mon, Jan 6, 2014 at 7:56 AM, Deepak Gopalakrishnan <
>> dgkris@gmail.com>
>> > > wrote:
>> > > > I'm using @Multiline to create a text area input field. I'd like to
>> > > > increase the number of columns it has. Can someone let me know how I
>> > can
>> > > do
>> > > > that.
>> > > >
>> > > > Also, I would like to keep the edit button on top of the page.
>> Please
>> > > give
>> > > > me some pointers
>> > > >
>> > > > --
>> > > > Regards,
>> > > > *Deepak Gopalakrishnan*
>> > > > *Mobile*:+918891509774
>> > > > *Skype* : deepakgk87
>> > > > http://myexps.blogspot.com
>> > >
>> >
>> >
>> >
>> > --
>> > Regards,
>> > *Deepak Gopalakrishnan*
>> > *Mobile*:+918891509774
>> > *Skype* : deepakgk87
>> > http://myexps.blogspot.com
>> >
>>
>
>
>
> --
> Regards,
> *Deepak Gopalakrishnan*
> *Mobile*:+918891509774
> *Skype* : deepakgk87
> http://myexps.blogspot.com
>
>


-- 
Regards,
*Deepak Gopalakrishnan*
*Mobile*:+918891509774
*Skype* : deepakgk87
http://myexps.blogspot.com

Re: Increase columns of textarea and change edit button location

Posted by Deepak Gopalakrishnan <dg...@gmail.com>.
Hello Dan,

If that is the case, I think that could be the issue. I'm using
    <isis.version>1.3.0</isis.version>

I'll update that and see how things work.

Thanks
Deepak


On Mon, Jan 6, 2014 at 5:37 PM, Dan Haywood <da...@haywood-associates.co.uk>wrote:

> Hi Deepak,
> are you using 1.3.1, or are you building from source?  I ask cos I think I
> made some improvements in this area since 1.3.1.
> Dan
>
>
> On 6 January 2014 11:41, Deepak Gopalakrishnan <dg...@gmail.com> wrote:
>
> > Hello Jeroen,
> >
> > Thanks for the response. Below is the code I'm using
> >
> >     private String response;
> >
> >     @javax.jdo.annotations.Column(allowsNull = "true")
> >
> >     @MemberOrder(name = "Response", sequence = "11")
> >
> >     @MultiLine(numberOfLines = 10)
> >
> >     @TypicalLength(800)
> >
> >     public String getResponse() {
> >
> >         return response;
> >
> >     }
> >
> >
> > The issue is I still get a <textarea
> >
> >
> name="leftColumn:memberGroup:2:properties:1:property:scalarIfRegular:scalarValue"
> > disabled="disabled" id="scalarValue17" cols="35" rows="10"
> > title=""></textarea>.
> >
> >
> > What could be wrong?
> >
> >
> > On Mon, Jan 6, 2014 at 3:00 PM, Jeroen van der Wal <jeroen@stromboli.it
> > >wrote:
> >
> > > Hi Deepak,
> > >
> > > The @MultiLine has support for that [1].
> > >
> > > The location of the edit button is a responsibility of the (wicket)
> > > viewer. the EntityPropertiesPanel.html file [1] would be the right
> > > place to start making modifications.
> > >
> > >
> > > [1]
> > >
> >
> https://isis.apache.org/applib-guide/reference/recognized-annotations/MultiLine.html
> > > [2]
> > >
> >
> https://github.com/apache/isis/blob/master/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/properties/EntityPropertiesPanel.html?source=c
> > >
> > > On Mon, Jan 6, 2014 at 7:56 AM, Deepak Gopalakrishnan <
> dgkris@gmail.com>
> > > wrote:
> > > > I'm using @Multiline to create a text area input field. I'd like to
> > > > increase the number of columns it has. Can someone let me know how I
> > can
> > > do
> > > > that.
> > > >
> > > > Also, I would like to keep the edit button on top of the page. Please
> > > give
> > > > me some pointers
> > > >
> > > > --
> > > > Regards,
> > > > *Deepak Gopalakrishnan*
> > > > *Mobile*:+918891509774
> > > > *Skype* : deepakgk87
> > > > http://myexps.blogspot.com
> > >
> >
> >
> >
> > --
> > Regards,
> > *Deepak Gopalakrishnan*
> > *Mobile*:+918891509774
> > *Skype* : deepakgk87
> > http://myexps.blogspot.com
> >
>



-- 
Regards,
*Deepak Gopalakrishnan*
*Mobile*:+918891509774
*Skype* : deepakgk87
http://myexps.blogspot.com

Re: Increase columns of textarea and change edit button location

Posted by Dan Haywood <da...@haywood-associates.co.uk>.
Hi Deepak,
are you using 1.3.1, or are you building from source?  I ask cos I think I
made some improvements in this area since 1.3.1.
Dan


On 6 January 2014 11:41, Deepak Gopalakrishnan <dg...@gmail.com> wrote:

> Hello Jeroen,
>
> Thanks for the response. Below is the code I'm using
>
>     private String response;
>
>     @javax.jdo.annotations.Column(allowsNull = "true")
>
>     @MemberOrder(name = "Response", sequence = "11")
>
>     @MultiLine(numberOfLines = 10)
>
>     @TypicalLength(800)
>
>     public String getResponse() {
>
>         return response;
>
>     }
>
>
> The issue is I still get a <textarea
>
> name="leftColumn:memberGroup:2:properties:1:property:scalarIfRegular:scalarValue"
> disabled="disabled" id="scalarValue17" cols="35" rows="10"
> title=""></textarea>.
>
>
> What could be wrong?
>
>
> On Mon, Jan 6, 2014 at 3:00 PM, Jeroen van der Wal <jeroen@stromboli.it
> >wrote:
>
> > Hi Deepak,
> >
> > The @MultiLine has support for that [1].
> >
> > The location of the edit button is a responsibility of the (wicket)
> > viewer. the EntityPropertiesPanel.html file [1] would be the right
> > place to start making modifications.
> >
> >
> > [1]
> >
> https://isis.apache.org/applib-guide/reference/recognized-annotations/MultiLine.html
> > [2]
> >
> https://github.com/apache/isis/blob/master/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/properties/EntityPropertiesPanel.html?source=c
> >
> > On Mon, Jan 6, 2014 at 7:56 AM, Deepak Gopalakrishnan <dg...@gmail.com>
> > wrote:
> > > I'm using @Multiline to create a text area input field. I'd like to
> > > increase the number of columns it has. Can someone let me know how I
> can
> > do
> > > that.
> > >
> > > Also, I would like to keep the edit button on top of the page. Please
> > give
> > > me some pointers
> > >
> > > --
> > > Regards,
> > > *Deepak Gopalakrishnan*
> > > *Mobile*:+918891509774
> > > *Skype* : deepakgk87
> > > http://myexps.blogspot.com
> >
>
>
>
> --
> Regards,
> *Deepak Gopalakrishnan*
> *Mobile*:+918891509774
> *Skype* : deepakgk87
> http://myexps.blogspot.com
>

Re: Increase columns of textarea and change edit button location

Posted by Deepak Gopalakrishnan <dg...@gmail.com>.
Hello Jeroen,

Thanks for the response. Below is the code I'm using

    private String response;

    @javax.jdo.annotations.Column(allowsNull = "true")

    @MemberOrder(name = "Response", sequence = "11")

    @MultiLine(numberOfLines = 10)

    @TypicalLength(800)

    public String getResponse() {

        return response;

    }


The issue is I still get a <textarea
name="leftColumn:memberGroup:2:properties:1:property:scalarIfRegular:scalarValue"
disabled="disabled" id="scalarValue17" cols="35" rows="10"
title=""></textarea>.


What could be wrong?


On Mon, Jan 6, 2014 at 3:00 PM, Jeroen van der Wal <je...@stromboli.it>wrote:

> Hi Deepak,
>
> The @MultiLine has support for that [1].
>
> The location of the edit button is a responsibility of the (wicket)
> viewer. the EntityPropertiesPanel.html file [1] would be the right
> place to start making modifications.
>
>
> [1]
> https://isis.apache.org/applib-guide/reference/recognized-annotations/MultiLine.html
> [2]
> https://github.com/apache/isis/blob/master/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/properties/EntityPropertiesPanel.html?source=c
>
> On Mon, Jan 6, 2014 at 7:56 AM, Deepak Gopalakrishnan <dg...@gmail.com>
> wrote:
> > I'm using @Multiline to create a text area input field. I'd like to
> > increase the number of columns it has. Can someone let me know how I can
> do
> > that.
> >
> > Also, I would like to keep the edit button on top of the page. Please
> give
> > me some pointers
> >
> > --
> > Regards,
> > *Deepak Gopalakrishnan*
> > *Mobile*:+918891509774
> > *Skype* : deepakgk87
> > http://myexps.blogspot.com
>



-- 
Regards,
*Deepak Gopalakrishnan*
*Mobile*:+918891509774
*Skype* : deepakgk87
http://myexps.blogspot.com

Re: Increase columns of textarea and change edit button location

Posted by Jeroen van der Wal <je...@stromboli.it>.
Hi Deepak,

The @MultiLine has support for that [1].

The location of the edit button is a responsibility of the (wicket)
viewer. the EntityPropertiesPanel.html file [1] would be the right
place to start making modifications.


[1] https://isis.apache.org/applib-guide/reference/recognized-annotations/MultiLine.html
[2] https://github.com/apache/isis/blob/master/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/properties/EntityPropertiesPanel.html?source=c

On Mon, Jan 6, 2014 at 7:56 AM, Deepak Gopalakrishnan <dg...@gmail.com> wrote:
> I'm using @Multiline to create a text area input field. I'd like to
> increase the number of columns it has. Can someone let me know how I can do
> that.
>
> Also, I would like to keep the edit button on top of the page. Please give
> me some pointers
>
> --
> Regards,
> *Deepak Gopalakrishnan*
> *Mobile*:+918891509774
> *Skype* : deepakgk87
> http://myexps.blogspot.com