Search found 5 matches

Go to advanced search

by Tarseld Entwerp
Thu Feb 26, 2015 1:55 pm
Forum: Issues
Topic: Add line-break to my button
Replies: 7
Views: 613
 
Jump to post

Add line-break to my button

I put it in the Load event handler of the page.... here is the rendered code in the app in Testing mode, you'll notice my line gets auto commented out for some reason??! // On Load var Start_onLoad = function() { Start_elementsExtraJS(); // if home(Start) hide the Back button; //Apperyio('btn_regula...
by Tarseld Entwerp
Wed Feb 25, 2015 8:58 pm
Forum: Issues
Topic: Add line-break to my button
Replies: 7
Views: 613
 
Jump to post

Add line-break to my button

Yeah I've tried that - I get errors.

Apperyio('btn_regulatorycontacts').text();
VM185979:2 Uncaught ReferenceError: Apperyio is not defined

^ where btn_regulatorycontacts is the name of the button component in my app.

by Tarseld Entwerp
Wed Feb 25, 2015 6:36 pm
Forum: Issues
Topic: Allow SVG in the media library
Replies: 3
Views: 1058
 
Jump to post

Allow SVG in the media library

It would be great to be able to use SVG imagery for the apps, currently we are limited to raster filetypes - icky :)

by Tarseld Entwerp
Wed Feb 25, 2015 6:26 pm
Forum: Issues
Topic: Add line-break to my button
Replies: 7
Views: 613
 
Jump to post

Add line-break to my button

Yes - that works just fine (white-space: normal ). But I have a long line of text on my button - lets say "Regulatory Compliance (ELM USE ONLY)" I want to get the (ELM USE ONLY) on a new line. Using CSS only it just splits it depending on available width - I should be able to control where...
by Tarseld Entwerp
Wed Feb 25, 2015 5:54 pm
Forum: Issues
Topic: Add line-break to my button
Replies: 7
Views: 613
 
Jump to post

Add line-break to my button

How to have a multi-line button in the app? Currently the button gets the overflow omitted with the '...' - however I want it to simply wrap. This is easy enough with changing the css to be white-space: normal - however I want to be able to TELL it where to break. Trying to use jquery does nothing.....

Go to advanced search