i'm trying to customize the signup table generated via ProtoUser to be able to embed it into a /signup page. At the moment, I can route to /user/sign_up where the default tableset appears, but it is just embedded in white space and i'm not able to adjust the styling of the surrounding page.
Is it possible to use this generated table as a kind of snippet and to embed it into another page, e.g. a /signup page (or however it may be named)?
> i'm trying to customize the signup table generated via ProtoUser to be
> able to embed it into a /signup page. At the moment, I can route to
> /user/sign_up where the default tableset appears, but it is just embedded
> in white space and i'm not able to adjust the styling of the surrounding
> page.
> Is it possible to use this generated table as a kind of snippet and to
> embed it into another page, e.g. a /signup page (or however it may be
> named)?
> On Fri, Oct 26, 2012 at 7:42 AM, Matthias Fenz <matthi...@gmail.com<javascript:> > > wrote:
>> Hi there,
>> i'm trying to customize the signup table generated via ProtoUser to be >> able to embed it into a /signup page. At the moment, I can route to >> /user/sign_up where the default tableset appears, but it is just embedded >> in white space and i'm not able to adjust the styling of the surrounding >> page.
>> Is it possible to use this generated table as a kind of snippet and to >> embed it into another page, e.g. a /signup page (or however it may be >> named)?
>> On Fri, Oct 26, 2012 at 7:42 AM, Matthias Fenz <matthi...@gmail.com>wrote:
>>> Hi there,
>>> i'm trying to customize the signup table generated via ProtoUser to be
>>> able to embed it into a /signup page. At the moment, I can route to
>>> /user/sign_up where the default tableset appears, but it is just embedded
>>> in white space and i'm not able to adjust the styling of the surrounding
>>> page.
>>> Is it possible to use this generated table as a kind of snippet and to
>>> embed it into another page, e.g. a /signup page (or however it may be
>>> named)?
>>> On Fri, Oct 26, 2012 at 7:42 AM, Matthias Fenz <matthi...@gmail.com>wrote:
>>>> Hi there,
>>>> i'm trying to customize the signup table generated via ProtoUser to be >>>> able to embed it into a /signup page. At the moment, I can route to >>>> /user/sign_up where the default tableset appears, but it is just embedded >>>> in white space and i'm not able to adjust the styling of the surrounding >>>> page.
>>>> Is it possible to use this generated table as a kind of snippet and to >>>> embed it into another page, e.g. a /signup page (or however it may be >>>> named)?
>> On Fri, Oct 26, 2012 at 7:42 AM, Matthias Fenz <matthi...@gmail.com>wrote:
>>> Hi there,
>>> i'm trying to customize the signup table generated via ProtoUser to be >>> able to embed it into a /signup page. At the moment, I can route to >>> /user/sign_up where the default tableset appears, but it is just embedded >>> in white space and i'm not able to adjust the styling of the surrounding >>> page.
>>> Is it possible to use this generated table as a kind of snippet and to >>> embed it into another page, e.g. a /signup page (or however it may be >>> named)?
>>> On Fri, Oct 26, 2012 at 7:42 AM, Matthias Fenz <matthi...@gmail.com>wrote:
>>>> Hi there,
>>>> i'm trying to customize the signup table generated via ProtoUser to be >>>> able to embed it into a /signup page. At the moment, I can route to >>>> /user/sign_up where the default tableset appears, but it is just embedded >>>> in white space and i'm not able to adjust the styling of the surrounding >>>> page.
>>>> Is it possible to use this generated table as a kind of snippet and to >>>> embed it into another page, e.g. a /signup page (or however it may be >>>> named)?
>>>> On Fri, Oct 26, 2012 at 7:42 AM, Matthias Fenz <matthi...@gmail.com>wrote:
>>>>> Hi there,
>>>>> i'm trying to customize the signup table generated via ProtoUser to be >>>>> able to embed it into a /signup page. At the moment, I can route to >>>>> /user/sign_up where the default tableset appears, but it is just embedded >>>>> in white space and i'm not able to adjust the styling of the surrounding >>>>> page.
>>>>> Is it possible to use this generated table as a kind of snippet and to >>>>> embed it into another page, e.g. a /signup page (or however it may be >>>>> named)?
Well, i just want to say that the Submit-Button is not displayed in the
page where the snippet is placed. All fields and labels are there, but
there is no submit-form and when i try to submit by hitting enter, it
doesn't work either.
Maybe i can provide some code later.
Matthias
Am Sonntag, 28. Oktober 2012 schrieb Alexey Lunacharsky :
> On Fri, Oct 26, 2012 at 7:42 AM, Matthias Fenz <matthi...@gmail.com>wrote:
> Hi there,
> i'm trying to customize the signup table generated via ProtoUser to be
> able to embed it into a /signup page. At the moment, I can route to
> /user/sign_up where the default tableset appears, but it is just embedded
> in white space and i'm not able to adjust the styling of the surrounding
> page.
> Is it possible to use this generated table as a kind of snippet and to
> embed it into another page, e.g. a /signup page (or however it may be
> named)?
That's all... The problem - as described - is, that all fields for signup routine (First-, Lastname, Email, PW, Locales, Timezone) are displayed as expected, but the Submit-Button is not there (see screenshot). Also when I try to confirm the fields by pressing Enter, the browser reloads but I am not redirected to the expected site and there is no new user in the database. I read a lot in Google groups and other sources, but I found nothing relating to my problem. I'm also new to Lift and Scala, so I haven't found any possibility to build a workaround... If you (or anybody other) has any idea how to solve this problem - I'd be very thankful!
On Sunday, October 28, 2012 8:48:42 AM UTC+1, Matthias Fenz wrote:
> Well, i just want to say that the Submit-Button is not displayed in the > page where the snippet is placed. All fields and labels are there, but > there is no submit-form and when i try to submit by hitting enter, it > doesn't work either.
> Maybe i can provide some code later.
> Matthias
> Am Sonntag, 28. Oktober 2012 schrieb Alexey Lunacharsky :
>> I'm not sure what would you want to achieve by this tag.
>> Could you provide some source code you use?
>> Preferably a sample on github?
>> суббота, 27 октября 2012 г., 14:02:56 UTC+7 пользователь Matthias Fenz >> написал:
>> Hi Alexey,
>> thanks for that! Everything works except the <user:submit /> form, this >> is not displayed in the page... Is there anything I forgot?
>> Matthias
>> On Saturday, October 27, 2012 4:47:12 AM UTC+2, Alexey Lunacharsky wrote:
>> Hi, Matthias
>> This code is to be put under the your snippet package:
>> On Fri, Oct 26, 2012 at 7:42 AM, Matthias Fenz <matthi...@gmail.com>wrote:
>> Hi there,
>> i'm trying to customize the signup table generated via ProtoUser to be >> able to embed it into a /signup page. At the moment, I can route to >> /user/sign_up where the default tableset appears, but it is just embedded >> in white space and i'm not able to adjust the styling of the surrounding >> page.
>> Is it possible to use this generated table as a kind of snippet and to >> embed it into another page, e.g. a /signup page (or however it may be >> named)?
I hink you should try User.signup method instead of User.signupXhtml(new User) in the snippet
because as I see in the sources <user:submit/> is bind at that place:
> That's all... The problem - as described - is, that all fields for signup > routine (First-, Lastname, Email, PW, Locales, Timezone) are displayed as > expected, but the Submit-Button is not there (see screenshot). Also when I > try to confirm the fields by pressing Enter, the browser reloads but I am > not redirected to the expected site and there is no new user in the > database. I read a lot in Google groups and other sources, but I found > nothing relating to my problem. I'm also new to Lift and Scala, so I > haven't found any possibility to build a workaround... If you (or anybody > other) has any idea how to solve this problem - I'd be very thankful!
> Greets, Matthias
> On Sunday, October 28, 2012 8:48:42 AM UTC+1, Matthias Fenz wrote:
>> Well, i just want to say that the Submit-Button is not displayed in the >> page where the snippet is placed. All fields and labels are there, but >> there is no submit-form and when i try to submit by hitting enter, it >> doesn't work either.
>> Maybe i can provide some code later.
>> Matthias
>> Am Sonntag, 28. Oktober 2012 schrieb Alexey Lunacharsky :
>>> I'm not sure what would you want to achieve by this tag.
>>> Could you provide some source code you use?
>>> Preferably a sample on github?
>>> суббота, 27 октября 2012 г., 14:02:56 UTC+7 пользователь Matthias Fenz >>> написал:
>>> Hi Alexey,
>>> thanks for that! Everything works except the <user:submit /> form, this >>> is not displayed in the page... Is there anything I forgot?
>>> Matthias
>>> On Saturday, October 27, 2012 4:47:12 AM UTC+2, Alexey Lunacharsky wrote:
>>> Hi, Matthias
>>> This code is to be put under the your snippet package:
>>> On Fri, Oct 26, 2012 at 7:42 AM, Matthias Fenz <matthi...@gmail.com>wrote:
>>> Hi there,
>>> i'm trying to customize the signup table generated via ProtoUser to be >>> able to embed it into a /signup page. At the moment, I can route to >>> /user/sign_up where the default tableset appears, but it is just embedded >>> in white space and i'm not able to adjust the styling of the surrounding >>> page.
>>> Is it possible to use this generated table as a kind of snippet and to >>> embed it into another page, e.g. a /signup page (or however it may be >>> named)?
> By this I achieved that the auto-generated signup-form from ProtoUser is > rendered in my Signup.html file... Now I am able to style the complete site!
> Thanks to David and спасибо to Alexey for your help! :)