Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70612

Ionic popup - truncated text

$
0
0

@rajamohammed wrote:

As you can see from the image the Red button is supposed to say "YES" but the text has been elipsed.
How can i display a full text in popup buttons .

below is the popup config

$ionicPopup.confirm({
cssClass: 'item-text-wrap',
title: 'Exiting Application',
template: 'Are you sure you want to exit the application?',
cancelText: 'No',
cancelType : 'button-balanced',
okText: 'Yes',
okType: 'button-assertive'
}).then(function(res) {
if (res) {
ionic.Platform.exitApp();
}
});

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70612

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>