Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

hi, i have a INPUT that has special format FILEMAKER 13

 

 

as might make PHP take the same format?

 

and that save register from PHP also in FileMaker the same format display?

 

 

Thanks...

I am sorry, I'd love to answer your question, but it does not appear to make sense to me.   Do you care to elaborate ?

 

--Bob

What Bob said - I cannot make out what you are actually trying to achieve....

  • Author

What Bob said - I cannot make out what you are actually trying to achieve....

 

 

filemaker have a field that has special formatting, such as bold, line breaks, etc.
 
and I would keep that format with PHP API, because the display in a browser only shows the linear text

Perhaps if you have a GetAsCSS version of the same field and fetch that?

  • Author

Ok, is now well:

 

<textarea id='editor{$x}' cols='90' rows='18'>".htmlspecialchars_decode(nl2br($record->getField('TEXTO BIOPSIAS 2::TEXTO')))."</textarea>

 

and should look like:

 

<textarea id='editor{$x}' cols='90' rows='18'>".htmlspecialchars_decode(nl2br($record->getField->getAsCSS('TEXTO BIOPSIAS 2::TEXTO')))."</textarea>

 

so or am in error?

Ok, is now well:

 

 

It may be a language thing; but are you asking if the code or ok or saying that it works now?

  • Author

It may be a language thing; but are you asking if the code or ok or saying that it works now?

 

sorry, only speak in spanish...

 

my question is:

 

how to use the function getAsCSS?

  • 3 weeks later...

You will need a new calculation field

 

TEXTO_Css     GetAsCss('TEXTO')

 

In the database, and then display that field in the PHP:

 

<textarea id='editor{$x}' cols='90' rows='18'>".htmlspecialchars_decode(nl2br($record->getField('TEXTO BIOPSIAS 2::TEXTO_Css')))."</textarea>

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.