April 17, 201510 yr For example, this color picker has three elements (HTML, CSS, and JavaSript). How can copy the code from those three files and make it work inside of FileMaker? Edited April 17, 201510 yr by HALBURN
April 18, 201510 yr Are you wanting your code to have colors that are different or are you wanting the user to have access? If syntax then there was a video at iso magazine that may help you out. Link Edited April 18, 201510 yr by Lee Smith
April 18, 201510 yr Author The color picker was just random example from CodePen that I picked for the purpose of asking my question. I am trying to understand how to take three separate elements from CodePen (HTML, CSS, and JavaSript) and make them work in a FileMaker web viewer.
April 18, 201510 yr This is not really a Filemaker question, except perhaps the HTML part. You can point your web viewer to an HTML file (either served or local), or embed the HTML code in the web viewer itself, using the Data URI scheme. An HTML file can point to an external CSS file (either served or local), or contain the necessary CSS code. The same thing applies to Javascript.
Create an account or sign in to comment