Skip to main content

Posts

Showing posts with the label User Interface

HTML CSS MegaMenu from SharePoint List structure and HTML User Interface

Mega Menu UI: List structure: Code:   <!DOCTYPE   html > <html> <head>      <link   rel = "stylesheet"          href = "https://plainsmidstream.sharepoint.com/sites/OCC/SiteAssets/fontawesome-free-5.15.3-web/css/all.css" >      <style>          /*hide side navigation and center align*/          #s4-workspace  {              overflow-x :  hidden ;         }          #contentBox  {              margin-left :  20px ;         }          #sideNavBox  {   ...

SharePoint Online/O365 List field views column formatting for hyperlink

  { "$schema" : "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json" , "elmType" : "a" , "txtContent" : "View" , "attributes" : { "href" : "@currentField" , "target" : "_blank" } } dynamically bind the item ID to the URL: { "$schema" : "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json" , "elmType" : "a" , "txtContent" : "View" , "attributes" : { "target" : "_blank" , "href" : "='https://apps.powerapps.com/play/3fdd0765-2de4-44aa-a81c-7c424ff54ca5?Mode=Edit&ID=' + [$ID]" } }

SharePoint Custom portal - O2C

Order Cash Portal  

Logistics cost planning - SharePoint portal User interface - Using Angular JS