Axure using two repeaters (delete data operation, a popup display update data, update the data relay operation)

  • Delete data manipulation

Drag a Button component named delete, delete role is global, into the repeater delete inline, add a single line delete operation click event (tag line, delete rows), a global delete data, Select All check box change the state to add selected, new condition (selected), an increase of condition (not selected), enter the repeater to add an event (new conditions change the status check box is selected in the line, the condition is selected true, tag line, new condition, false, cancel tag line), back to the main page for the global increase click the delete button when (delete row)

 

  • Pop-up display update data

Into the repeater, click on the modifications made to increase event (show, to the front, set the text (to add dynamic panel data fx to pop-up box in turn), sets the specified list item)

  • Update the data relay operation

Open the software to separate the new data and modify data areas, add a global variable modified flag, into the pop-up page, click on the Save button when a triggering event (the new conditions, when the implementation of the new flag = 0, when the flag = a modify operation, a stand-alone case, the new value of the condition, In Flag, 0), a new case variable value, In Flag, 1, row update operations, pop-up box and placed in the hidden underlying the variable value is set to 0 provided text (the frame set to empty) modifications modifications case marking line, set the variable value is 1

Published 111 original articles · won praise 57 · views 60000 +

Guess you like

Origin blog.csdn.net/qq_38358499/article/details/102598736