You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/06/20 18:14:50 UTC

[royale-asjs] branch develop updated: tourdejewel: comment card actions in table with fixedHeader and content scrolling example

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new bbfc973  tourdejewel: comment card actions in table with fixedHeader and content scrolling example
bbfc973 is described below

commit bbfc9733f1eaa0658e480948b435f1efb90eca78
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Jun 20 20:13:05 2020 +0200

    tourdejewel: comment card actions in table with fixedHeader and content scrolling example
---
 examples/jewel/TourDeJewel/src/main/royale/TablePlayGround.mxml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/jewel/TourDeJewel/src/main/royale/TablePlayGround.mxml b/examples/jewel/TourDeJewel/src/main/royale/TablePlayGround.mxml
index 4edc3ce..61944d3 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/TablePlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/TablePlayGround.mxml
@@ -219,7 +219,7 @@ limitations under the License.
 						<j:NumericStepper valueChange="fixedheadertable.selectedIndex = event.target.value" minimum="0"/>
 					</j:HGroup>
 				</j:CardPrimaryContent>
-				<j:CardActions>
+				<!-- <j:CardActions>
 					<j:IconButton click="changeTableData()" outlined="true">
 						<j:beads>
 							<j:ToolTip toolTip="Change Data"/>
@@ -228,7 +228,7 @@ limitations under the License.
 							<js:FontAwesomeIcon text="{FontAwesome5IconType.RECYCLE}"/>
 						</j:icon>
 					</j:IconButton>
-				</j:CardActions>
+				</j:CardActions> -->
 			</j:Card>
 		</j:GridCell>