Add a table row

I have a standard html table and ice div and want my client to be able to add the table lines to enter new reported issues. When in edit mode, we can change the content in the existing lines, but don't seem to be able to add a new line. Suggestions?

Morris

Hello, Morris,.

You can define the rows in the table repeat regions, which will make your table a recurring element of the group. This allows users to replicate the rows in the table and add new ones.

It seems that the first thing you want to do is to remove the DIV wrapping the table in Dreamweaver. Then, place your cursor in a table cell (theitems from the line) and go to insert > InContext Editing > create editable region. Do this for each cell in the row that you want to be editable. After specifying the editable cells in your row of the table, select the table row)your table element) and go to insert > InContext Editing > create repeating region. This will allow publishers to duplicate the rows in the table and change the cells in the row you specify as editable.

Take a look at the next section of Dreamweaver Help for more information about the repeated regions: html http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WS228F034D-1255-463f-BE80-D075F0BACF11.

And please let me know if you need help with this.

Best regards
Corey

Tags: InContext Editing

Similar Questions

  • Report Generation Toolkit Table Row height-MS Word

    I have a problem affecting the height of table row in the report generation tool. I can set the width of the thin columns, but line height seems to remain the same, no matter what I put it. I have attached the VI that generates and formats the table and print it's catchy. I've also attached the template file that I use.

    Advice for it to work well? I'm doing the cells exactly the same height as the text inside.

    Hello

    So I essaye.2 and it did not work.  So I went to Word to change it manually, and it doesn't work anymore.  There is a selection box in word, for the properties of the table, which appears as default value 'at least'.  When I have it changed manually on 'exactly' in word, no problem with le.2 manually in Word.

    I hope that this can be set in the model, for all new tables inserted.  I don't know that the generator report VI sets this property.  Well, that's a start for the question.

    Edit *.

    You can go in the table add VI and expose the property.  See photo.   However, you must decide if you want to 'upgrade' this VI to expose this property or make a copy with the exposed property at all times.   I not messed with new reports of class too, so not sure of ins and outs with that.

    I think that's the problem with the line size becomes smaller.

  • How to identify the last instance of a dynamic table row

    Hi all

    I'm trying to figure out how to create an action for my form in Livecycle Designer ES2, which will affect the last instance of a dynamic table row. I have a table with a repeatable row where the user will enter information about a part purchased and I have buttons that allow the user to add and remove the lines. I need to create a line extra addition button which will add a new instance of the repeatable table line (this is not a problem) and disable and change the background color of the first cell in the row added. The problem I have is how to have an action that affects the last instance of a line.

    If anyone knows how to do this in Javascript, I would appreciate some advice/help.

    Hello

    I think that it is beyond providing an action. You will have a need to write JavaScript directly.  When you call the addInstance method it returns the new line, if you can do something like;

    var line = Table1._Row1.addInstance ();

    line. TextField1.border.fill.color.value = "255,0,0";

    line. TextField1.access = 'protected ';

    To find the last line and do the same thing, you can do something like;

    var line = Table1.resolveNode ("Row1 [" + (Table1._Row1.count - 1) + "" "]" ");

    line. TextField1.border.fill.color.value = "255,0,0";

    line. TextField1.access = 'protected ';

    Concerning

    Bruce

  • Add several tables on a Page

    Hello

    I am building an application that handles (APEX 4.0) material inventory. I have an entry page that adds data to two or more tables at once. The page has two forms on it pointing to two separate tables. However when I try to run the page, it fails and returns an error:

    ORA-06550: line 1, column 437: PL/SQL: ORA-00904: "ORH_LAST_UPDATE_DATE": invalid identifier ORA-06550: line 1, column 7: PL/SQL: statement ignored
    Error failed to process row in the IDD_ID_DATA table.

    As far as I can see in the application, this column is not in question (I don't even do anything for her and she is nullable). I looked at the application itself as well as some research online but can't find anything useful...


    So my question is this: is it possible to add several tables to a page? If yes how?

    I'm new to APEX so any help would be greatly appreciated!

    UPDATE:

    I received an email from support of APEX team:

    «The answer is simple, it's you will need manually code processes query (and DML) If you want to maintain multiple tables on a page (there is a limit of a table when you use the integrated process).»
    For this I suggest that you remove the process generated by the wizards and create processes of PL/SQL with insert, update, delete statements as needed. "This encoding is not difficult but takes much longer when you can use the integrated process.

    I've been playing with code PL/SQL and the final result is the following:

    Start
    INSERT INTO table1
    VALUES)
    : P2_Item_Field1,.
    (: P2_Item_Field2);
              
    INSERT INTO table2
    VALUES)
    : P2_Item_Field1,.
    (: P2_Item_Field2);
    end;

    I used this code in a PL/SQL custom in the treatment process > section to the Page processing and it seems to work fine now. The only downside to this method is that if the name of a Page element is changed the code will also have to be changed. Except that I had no problem.

  • Table Row duplicates button click, but carries with it data

    What I mean is, I have a form with a table on page 1. I created the floating fields on page two where the data entered in the the flow in text fields, which works very well. I added a button for the user to add rows to the table and the table row repeat.

    However, when I type the data into the table and click on the button to add another line, it duplicates the line containing the data that I typed in. Of course, this isn't what I want to say are you seeking. I've never had this problem before. It's because of the floating fields. What I am doing wrong?

    Hello

    You can use two tables (one on the entry page) and the other on the page of the letter that are related. See an example here: http://assure.ly/eTOXaH.

    Note that the script in the event of output from the fields in the table.

    Hope that helps,

    Niall

  • Can't access table row

    I have a table with the numeric fields and need to make the sum of all the lines for a given ciolumn. The path to the field is:

    topmostSubform.Page.Content.Repeater.Table1.Row1.F11a

    The event for the sum field calculate, if I use:

    topmostSubform.Page.Content.Repeater.Table1.Row1.all.length;

    I get a 28 value that is the number of lines is displayed.

    If I use:

    topmostSubform.Page.Content.Repeater.Table1.Row1.F11a.all.length;

    I get a value of 1.

    If I use:

    topmostSubform.Page.Content.Repeater.Table1.Row1.F11a.rawValue;

    I get the value of the first row.

    I need browse all lines. I have read the documentation. None of the examples I have seen are driven by the data in tables. I'm also new to Adobe stuff. If someone could tell me how to navigate through all the lines displayed on the page, I'd appreciate it. Thank you

    There are two ways depending on whether you use Formcalc or JavaScript.

    FormCalc is easy because you can use wildcards - if you are looking for help on ' in order to perform calculations in a table"there's a picture that explains what is happening.

    FormCalc:

    sum (Table.Row [*]. Field [*])

    So in your case I think the following should work: sum (topmostSubform.Page.Content.Repeater.Table1.Row [*]. F11a [*])

    You may not need the full path to the table, depends on where you are in the form.

    JavaScript:

    If you are looking for help on 'calculation of the amounts of the fields' there are examples for making the sum of the fields of extensible types.

    To calculate the sum of the fields in a repeating subform (tables repeating subforms):

    Add a calculate event to the Sum field:
    
    var fields = xfa.resolveNodes("detail[*].NumericField1");
    var total = 0;
    for (var i=0; i <= fields.length-1; i++) {
            total = total + fields.item(i).rawValue;
    }
    this.rawValue = total;
    

    In your case I think that "retail [*]. NumericField1"would be"topmostSubform.Page.Content.Repeater.Table1.Row [*]. F11a.

    Hope that helps!

  • Can we restrict the number of table rows to display on a page that is only 2 or 3 rows appear? How to do this?

    Mr President.

    Can we restrict the number of table rows to display on a page that is only 2 or 3 rows appear? How to do this?

    Concerning

    Tender,

    Set the RangeSize property on the table.

    See you soon

    AJ

  • How can I import tables to a different schema in the relational model existing... to add these tables in the existing model? PLSS help

    How can I import tables from a different schema in the relational model... to add these tables in the existing relational/logic model? PLSS help

    Notes; I already have a schema ready relational/logic model... and I need to add more tables to this relational/logic model

    can I import the same way like I did before?

    But even if I do the same how can I add it in the template? as the logic model has been designed...

    Help, please...

    Thank you

    To view the diagram of logic model in Bachman notation, you right-click on a blank area of the diagram and select the rating > Bachman Notation.

    David

  • Cannot add another Table of Interface

    Hi all

    Recently, we had to restructure our e planning application to create another application.

    After creating my planning application, we now want to configure a data source in EPM System Configurator to add another table of Interface.

    After searching for some subjects like:

    - http://John-Goodwin.blogspot.PT/2011/10/loading-to-EPMA-planning-applications_8223.html or

    - http://docs.Oracle.com/CD/E12825_01/EPM.111/epm_architect/frameset.htm?ch03s02s01.html

    We cannot option Foundation-> Performance Management architect-> Interface of Configuration of data source that you can not see the next image.

    We have no Integrator ODI.

    Is it possible to add our table of interface in another way?

    Untitled.png

    11.1.2.2 it is set from the workspace - Configuration of Interface Data Sources

    See you soon

    John

    http://John-Goodwin.blogspot.com/

  • How to shade a table row? I already have the updated PDF at the point, just try to change.

    How to shade a table row? I already have the updated PDF at the point, just try to change.

    No, Acrobat isn't these editing features.

    My suggestion is to re - create the file, making sure that you keep a copy of the original, this time, in case you should make other changes in the future.

  • Anyone know how I can add a table to a PDF document?

    Anyone know how I can add a table to a PDF document?

    You do not have. This kind of change must be made before the file is converted to PDF.

  • Add a table

    How to add table om adobe muse

    like this = >

    Header 1 Header 2 Header 3

    Muse do not support building tables at this time.

    However, you can add HTML table to the object-> the option Insert HTML code as a way to get around this.

    http://www.w3schools.com/HTML/html_tables.asp

    Thank you

    Laurant

  • Help with Ora-19046: Out-of-table row cannot be shared by two top-level tab

    Hello!
    My tutor asked me to store and query xml "natively" files in xml db. First, I tried to save the patterns that rely on these xml files. There are about 30 patterns thus between them, and I have to use 'FORCE' them to save, like this:

    BEGIN
    () DBMS_XMLSCHEMA.registerSchema
    "http://www.isotc211.org/gmd/metadataEntity.xsd,"
    BFILENAME ('ISOGMD', 'metadataEntity.xsd'),
    TRUE,
    TRUE,
    FAKE,
    TRUE,
    (TRUE);
    END;

    So no tables are created automatically. And when I wanted to create a XML based on patterns of thses manually, he proped error: ORA-19046: Out-of-table row cannot be shared by two top-level tab. He mistook me for a week. Does anyone know what is the problem with registration? Forward online! Thank you!

    Maybe you're missing type due to the DeffaultTable = ""-xdb:annotation "
    Try to understand it with the trace file that will be created if you set

    ALTER SESSION SET EVENTS = '31098 TRACE NAME CONTEXT FOREVER' 
    
  • Is it possible to have more than 25 feet (table rows) of a table?

    Is it possible to have more than 25 feet (table rows) of a table?

    I think the tables inside a more large nesting table might work for you.

    @ Eugene, very intelligent...

  • Framemaker10: cannot cut and paste tables, rows, or columns

    When I select a table row, copy and then try to paste a new row, only Pasty in text. When I Edition > paste special, the only options provided are text , and Unicode text.

    I used to be able to copy / paste lines, but this is no longer an option. If anyone has experienced this? Know a fix?

    Edit my maker.ini files does not fix it.

    This has probably been fixed by the discovery that a plug-in toolbar Skype messes up ability to the Clipboard for copy/paste of the text - it is be the culprit in a couple of other threads on the forum.

Maybe you are looking for