[jira] Created: (OFBIZ-601) Add support for title and default-title-style to the form widget

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-601) Add support for title and default-title-style to the form widget

Nicolas Malin (Jira)
Add support for title and default-title-style to the form widget
----------------------------------------------------------------

                 Key: OFBIZ-601
                 URL: https://issues.apache.org/jira/browse/OFBIZ-601
             Project: Apache OFBiz (The Open for Business Project)
          Issue Type: Improvement
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Scott Gray
            Priority: Minor
             Fix For: SVN trunk


The summary says it all, I also wanted to add support for default-title-area-style but I'm not sure what its purpose is.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-601) Add support for title and default-title-style to the form widget

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Gray updated OFBIZ-601:
-----------------------------

    Attachment: form-title.patch

> Add support for title and default-title-style to the form widget
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-601
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-601
>             Project: Apache OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Scott Gray
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: form-title.patch
>
>
> The summary says it all, I also wanted to add support for default-title-area-style but I'm not sure what its purpose is.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-601) Add support for title and default-title-style to the form widget

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462764 ]

Scott Gray commented on OFBIZ-601:
----------------------------------

The attached file adds support to form widgets of type='list', could someone please take a look and make sure I'm on track before I take care of the rest of the form types?
Thanks

> Add support for title and default-title-style to the form widget
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-601
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-601
>             Project: Apache OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Scott Gray
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: form-title.patch
>
>
> The summary says it all, I also wanted to add support for default-title-area-style but I'm not sure what its purpose is.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

Re: [jira] Commented: (OFBIZ-601) Add support for title and default-title-style to the form widget

Scott Gray
I can't seem to comment while attaching a file anymore...  is anyone
else having this problem?

Scott Gray (JIRA) wrote:

>     [ https://issues.apache.org/jira/browse/OFBIZ-601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462764 ]
>
> Scott Gray commented on OFBIZ-601:
> ----------------------------------
>
> The attached file adds support to form widgets of type='list', could someone please take a look and make sure I'm on track before I take care of the rest of the form types?
> Thanks
>
>  
>> Add support for title and default-title-style to the form widget
>> ----------------------------------------------------------------
>>
>>                 Key: OFBIZ-601
>>                 URL: https://issues.apache.org/jira/browse/OFBIZ-601
>>             Project: Apache OFBiz (The Open for Business Project)
>>          Issue Type: Improvement
>>          Components: framework
>>    Affects Versions: SVN trunk
>>            Reporter: Scott Gray
>>            Priority: Minor
>>             Fix For: SVN trunk
>>
>>         Attachments: form-title.patch
>>
>>
>> The summary says it all, I also wanted to add support for default-title-area-style but I'm not sure what its purpose is.
>>    
>
>  

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-601) Add support for title and default-title-style to the form widget

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462766 ]

Scott Gray commented on OFBIZ-601:
----------------------------------

Ok I just noticed default-title-style is used to style field titles, so what should I be using instead? or am I misintrepeting the purpose of the title attbribute altogether?

> Add support for title and default-title-style to the form widget
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-601
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-601
>             Project: Apache OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Scott Gray
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: form-title.patch
>
>
> The summary says it all, I also wanted to add support for default-title-area-style but I'm not sure what its purpose is.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

Re: [jira] Commented: (OFBIZ-601) Add support for title and default-title-style to the form widget

Jacques Le Roux
Administrator
In reply to this post by Scott Gray
Scott,

Yes I noticed that too. We should report to [hidden email] (there was some changes in Jira recently). Can you take care
of that please ?

TIA

Jacques

----- Original Message -----
From: "Scott Gray" <[hidden email]>
To: <[hidden email]>
Sent: Sunday, January 07, 2007 3:36 AM
Subject: Re: [jira] Commented: (OFBIZ-601) Add support for title and default-title-style to the form widget


> I can't seem to comment while attaching a file anymore...  is anyone
> else having this problem?
>
> Scott Gray (JIRA) wrote:
> >     [
https://issues.apache.org/jira/browse/OFBIZ-601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462764 ]
> >
> > Scott Gray commented on OFBIZ-601:
> > ----------------------------------
> >
> > The attached file adds support to form widgets of type='list', could someone please take a look and make sure I'm on track
before I take care of the rest of the form types?

> > Thanks
> >
> >
> >> Add support for title and default-title-style to the form widget
> >> ----------------------------------------------------------------
> >>
> >>                 Key: OFBIZ-601
> >>                 URL: https://issues.apache.org/jira/browse/OFBIZ-601
> >>             Project: Apache OFBiz (The Open for Business Project)
> >>          Issue Type: Improvement
> >>          Components: framework
> >>    Affects Versions: SVN trunk
> >>            Reporter: Scott Gray
> >>            Priority: Minor
> >>             Fix For: SVN trunk
> >>
> >>         Attachments: form-title.patch
> >>
> >>
> >> The summary says it all, I also wanted to add support for default-title-area-style but I'm not sure what its purpose is.
> >>
> >
> >

Reply | Threaded
Open this post in threaded view
|

Add comment while attaching file in JIRA (Was: (OFBIZ-601) Add support for title and default-title-style to the form widget)

Scott Gray
All done, https://issues.apache.org/jira/browse/INFRA-1102

Regards
Scott

Jacques Le Roux wrote:

> Scott,
>
> Yes I noticed that too. We should report to [hidden email] (there was some changes in Jira recently). Can you take care
> of that please ?
>
> TIA
>
> Jacques
>
> ----- Original Message -----
> From: "Scott Gray" <[hidden email]>
> To: <[hidden email]>
> Sent: Sunday, January 07, 2007 3:36 AM
> Subject: Re: [jira] Commented: (OFBIZ-601) Add support for title and default-title-style to the form widget
>
>
>  
>> I can't seem to comment while attaching a file anymore...  is anyone
>> else having this problem?
>>
>>