Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / packages / fcl-web / examples / combined / combined.html
Size: Mime:
<html>
<head>
<title>ExtJS application demo</title>
<link rel="stylesheet" type="text/css" href="/ext/resources/css/ext-all.css"/>
<script src="/ext/adapter/ext/ext-base.js"></script>
<script src="/ext/ext-all-debug.js"></script>
<script src="combined.cgi/Login/API"></script>
<script src="login.js"></script>
<script>
Ext.onReady(function() {  
  // API is registered under FPWeb by default.
  Ext.Direct.addProvider(FPWeb);
  fpWeb.login=new fpWeb.LoginForm({});
  fpWeb.login.show();
});
</script>
</head>
<body>
</body>
</html>