DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2009-05-01 02:32:25

sangsoo
New member

Can I copy form elements information?

I have been using DebugBar one day.

Hear are one suggestion / or question [If this feature already exists]

Can I copy form elements information?

I can see form elements in Dom Tab.

But can't copy list of them.

When click right button on 'Form name= ~~', I want see menu like this

* Copy Elements Information [Name Only]
* Copy Elements Information [Name, Type]
* View Elements Information [Detail View]   <= Like Web Develper Toolbar's Foms Menu in FF

Offline

 

#2 2009-05-01 13:25:22

fabrice
DebugBar Support

Re: Can I copy form elements information?

Hi,

There is no feature like this in DebugBar so far.

What do you want ot do exactly ? What is the information you would like to copy and in which format ?

Offline

 

#3 2009-05-02 06:38:39

sangsoo
New member

Re: Can I copy form elements information?

Since I'm not so good at English, I'm afraid I'll sometimes use impolite, impudent or impertinent expressions.

I, anyway, want you to understand me and thanks for reply.

= REASON

Main reason is documentation for site renewal.

I work in web agency and main job is customer's site renewal.

Sometimes clients have no any document for old site.

If I can copy elements of form, analysis, documentation, and renewal of old site will be easy.

= Format

* Detail View [table view] <= for using documentation

    :------:------------:----------------:-----------------:--------:-------:-----------:----------:
    :index : id         : name           : type            : value  : label : maxlength : state    :
    :------:------------:----------------:-----------------:--------:-------:-----------:----------:
    :  1   : board_mode : board_mode     : input[hidden]   : insert :       :           : readonly :
    :------:------------:----------------:-----------------:--------:-------:-----------:----------:
    :  2   :            : board_name     : input[text]     :        :       :           :          :
    :------:------------:----------------:-----------------:--------:-------:-----------:----------:
    :  3   :            : board_password : input[password] :        :       :           :          :
    :------:------------:----------------:-----------------:--------:-------:-----------:----------:
    :  4   :            : board_title    : input[text]     :        :       :           :          :
    :------:------------:----------------:-----------------:--------:-------:-----------:----------:
    :  5   :            : board_content  : textarea        :        :       :           :          :
    :------:------------:----------------:-----------------:--------:-------:-----------:----------:

* Name only [1 elements name per 1 line] <= for using in action page [like this : board_title=request("board_title")]

    board_title
    board_category
    board_content

Offline

 

#4 2009-05-03 14:44:48

fabrice
DebugBar Support

Re: Can I copy form elements information?

Ok, I see. I will add it to my todo for a future release.

Offline